API Reference
Stablecoins
Generate Erc20 Address

Generate USDT ERC20 Address

https://sandboxapi.bitnob.co/api/v1/addresses/generate-usdt-erc20-address (opens in a new tab)


Request

Stablecoins/ Create USDC Address [POST]
curl --request POST \
     --url https://sandboxapi.bitnob.co/api/v1/addresses/generate-usdt-erc20-address \
     --header 'Authorization: Bearer API-KEY' \
     --header 'accept: application/json'

Response

🟢 200 OK
{
  "status": true,
  "message": "address generation  successful",
  "data": {
    "id": "2190a643-f557-42b2-a96c-1f1069be6ed5",
    "createdAt": "2024-07-03T18:16:59.824Z",
    "updatedAt": "2024-07-03T18:16:59.908Z",
    "address": "0x5c7325c343ce6c8b2a68fa012820ea",
    "label": "Usdt Erc20 Address",
    "addressType": "USDT ERC20"
  }
}