API Reference
Stablecoins
Get Erc20 Address

Get USDT ERC20 Address

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


Request

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

Response

🟢 200 OK
{
  "status": true,
  "message": "address gotten",
  "data": {
    "coin": "USDT",
    "chain": "USDT-ERC20",
    "companyName": "Bitnob",
    "address": "0x5c7325c343ce6c8b2a68fa012820e4ba81792b4a"
  }
}