Skip to main content
POST
Create a new token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the token

Example:

"USDT"

address
string
required

The contract address of the token

Example:

"0xAbC123..."

decimals
number
required

The number of decimal places for the token

Example:

18

network
string
required

The network of the transaction

Example:

"ARB_SEPOLIA"

status
enum<string>
required

The status of the token

Available options:
whitelisted,
not_whitelisted
Example:

"whitelisted"

Response

Resource model

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required

The data returned by the API