Create USDC Address
https://sandboxapi.bitnob.co/api/v1/addresses/generate/usdc (opens in a new tab)
Body Params
Parameter | type | Required |
---|---|---|
customerEmail | string | ✅ |
label | string | |
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"
}
}
Last updated on