Create your first developer wallet
Create a developer wallet and transfer native tokens to and from wallet
Prerequisites
1. Create Wallet Set
curl --request POST \
--url 'https://api.planbok.io/v1/wallet-sets/developer/create' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'planbok-x-api-key: <API_KEY>' \
--data '
{
"idempotencyKey": "1681b219-b430-48f5-8c93-50dd2d4139b5",
"name": "Test Wallet Set"
}'2. Create Wallet
3. Acquire Gas Tokens
4. Check Wallet Balance
5. Transfer Tokens
6. Check Transaction State
Last updated