cURL
curl --request POST \ --url https://dash.betteruseblockchain.com/api/v1/token/fungible/deploy \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "<string>", "name": "<string>", "symbol": "<string>", "totalCap": "<string>", "supply": "<string>", "digits": 123, "fromPrivateKey": "<string>", "address": "<string>" }'
{ "data": { "txId": "<string>" } }
Deploy a new fungible token on the specified blockchain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token deployed successfully
The response is of type object.
object