Tokens

Add token details

Add support token details.

POST https://api.planbok.io/v1/tokens/add

Adds supported token details to a wallet set.

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

String

Request Body

Name
Type
Description

walletSetId*

string

An automatically generated system identifier for the parent wallet set.

blockchains*

string

The blockchain where the token will be added for. e.g.: "ETH", "BSC", "MATIC", "LISK", "@G", "ETH-SEPOLIA", "BSC-TESTNET", "MATIC-MUMBAI", "LISK-SEPOLIA", "@G-TESTNET"

standard*

string

The given token standard. e.g.: "ERC20", "ERC721", "ERC1155"

tokenAddress*

string

The contract address for the given token

name

string

The given token name. Required for token of standard ERC20 or ERC721.

symbol

string

The given token symbol/ticker. Required for token of standard ERC20 or ERC721.

decimals

number

The decimals for the given token. Required for token of standard ERC20.

Get token details

Retrieves specific token details.

GET https://api.planbok.io/v1/tokens/{id}

Retrieves specific token details based on its unique identifier.

Path Parameters

Name
Type
Description

id*

string

Token ID

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

String

Remove token details

Removes specific token details.

DELETE https://api.planbok.io/v1/tokens/{id}/remove

Removes specific token details based on its unique identifier.

Path Parameters

Name
Type
Description

id*

string

Token ID

Headers

Name
Type
Description

PLANBOK-X-API-KEY*

String

Last updated