Skip to main content
POST
/
api
/
v1
/
token
/
fungible
/
deploy
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>"
  }
}

Authorizations

Authorization
string
header
required

Body

application/json
  • ETH, XDC, BSC, POL Request
  • ALGO Request
  • GLMR Request
network
string
required
name
string
required
symbol
string
required
supply
string
required
digits
integer
required
fromPrivateKey
string
required
address
string
required
totalCap
string

Response

data
object
  • ETH, XDC, BSC, POL Response
  • ALGO Response
  • GLMR Response