Skip to main content
POST
cURL

Authorizations

X-API-KEY
string
header
required

Body

application/json
chain
string
required

Blockchain network to use

Required string length: 1 - 255
Example:

"arbitrum-sepolia"

app_id
string
required

Ethereum address of the application

Example:

"0x9716fb655f2a72b1fc1b4db02b8ad20b6747442a"

token_name
string
required

Token name

Required string length: 1 - 512
Example:

"My Credit Token"

token_symbol
string
required

Token symbol

Required string length: 1 - 512
Example:

"CRED"

token_supply
number
required

Token initial supply amount

Required range: x >= 0
Example:

123

token_decimals
integer
default:18

Token decimals

Required range: x >= 0
Example:

18

token_is_point
boolean
default:false

Token is non transferable type

Example:

true

Response

Unsigned transaction to sign

success
enum<boolean>
required

Success response

Available options:
true
Example:

true

unsignedTransaction
any | null

Unsigned transaction object for the user to sign