cURL
curl --request POST \ --url https://testnet.walletkit.com/tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "Ethereum", "name": "<string>", "symbol": "<string>", "decimals": "<string>", "display_decimals": "<string>", "logo_url": "<string>", "initial_supply": "<string>", "developer_secret": "<string>", "user_pin": "<string>" }'
{ "transaction_id": "<string>", "network": "Ethereum", "status": "<string>" }
Creates an on-chain token with provided metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object