API Reference
Stablecoins
Create USDC Address [POST]

Create USDC Address

https://sandboxapi.bitnob.co/api/v1/addresses/generate/usdc (opens in a new tab)


Body Params

ParametertypeRequired
customerEmail
string
labelstring
chain
Defaults to TRX
string

Request

Stablecoins/ Create USDC Address [POST]
curl --request POST \
     --url https://sandboxapi.bitnob.co/api/v1/addresses/generate/usdc \
     --header 'Authorization: Bearer API-KEY' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"chain":"TRX"}'

Response

🟢 200 OK
{
  "status": true,
  "message": "fetch checkout status successful",
  "data": {
    "id": "0fe33b67-7b1b-4e52-8304-6f56c8e6f546",
    "status": "unpaid",
    "satAmount": "1000",
    "satAmountPaid": "0"
  }
}