Planbok Docs
  • Overview
  • Wallet Types
  • Developer Wallet
    • Create your first developer wallet
    • Create gas sponsored developer wallet set
  • API Reference
    • Developer Wallet Endpoints
      • Wallet Sets
      • Wallets
      • Transactions
      • Tokens
Powered by GitBook
On this page
  • Creating a new wallet set
  • Generates a developer wallet set.
  • Update a wallet set
  • Updates a wallet set
  • List all wallet sets
  • Lists wallet sets
  • Get wallet set by id
  • Get details of a given wallet set
  • Get wallet set sponsor address and balance
  • Retrieves wallet set sponsor address and balance
  1. API Reference
  2. Developer Wallet Endpoints

Wallet Sets

Creating a new wallet set

Generates a developer wallet set.

POST https://api.planbok.io/v1/wallet-sets/developer/create

This endpoint generates a developer wallet set for your business.

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

string

Request Body

Name
Type
Description

idempotencyKey*

string

name*

string

isGasSponsored

boolean

By default it's set to false. Set to true if you'd like to sponsor your business users' transaction fees.

sponsorOnlyTranfersToWalletSetAddresses

boolean

By default it's set to true. Set to false to sponsor all your business users' transaction fees including digital asset transfers to address outside of your business.

Update a wallet set

Updates a wallet set

PUT https://api.planbok.io/v1/wallet-sets/{id}/developer/update

This endpoint updates details of the wallet set associated with the given wallet set ID.

Path Parameters

Name
Type
Description

id*

string

Wallet set ID

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

string

Request Body

Name
Type
Description

idempotencyKey*

string

name*

string

List all wallet sets

Lists wallet sets

GET https://api.planbok.io/v1/wallet-sets/developer

This endpoint retrieves a list of all your wallet sets.

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

string

Get wallet set by id

Get details of a given wallet set

GET https://api.planbok.io/v1/wallet-sets/{id}/developer

This endpoint retrieves details of a single wallet set for a given wallet ID.

Path Parameters

Name
Type
Description

id*

string

Wallet set ID

Headers

Name
Type
Description

PLANBOK-X-API-KEY

string

Get wallet set sponsor address and balance

Retrieves wallet set sponsor address and balance

GET https://api.planbok.io/v1/wallet-sets/{id}/sponsor/{blockchain}/developer

Path Parameters

Name
Type
Description

id*

string

Wallet set ID

blockchain*

string

Blockchain to get address balance

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

string

PreviousDeveloper Wallet EndpointsNextWallets

Last updated 11 months ago

Universally unique identifier (UUID v4) idempotency key. This key is employed to guarantee the execution of mutating requests occurs precisely once. To create a UUIDv4 go to .

Universally unique identifier (UUID v4) idempotency key. This key is employed to guarantee the execution of mutating requests occurs precisely once. To create a UUIDv4 go to .

This endpoint gets the sponsor wallet address and balance of a wallet set, only works with gas sponsored wallet sets. !

Learn more
uuidgenerator.net
uuidgenerator.net