Explorer
Get supported tokens
Get an array of all the whitelisted tokens on your API key.
Authorization
Authorization
RequiredBearer <token>In: header
Fetched
Get an array of all the whitelisted tokens on your API key.
Authorization
RequiredBearer <token>In: header
curl -X GET "https://sandbox-api.okto.tech/api/oc/v1/supported/tokens" \
-H "Authorization: Bearer <token>"
Fetched
{
"status": "success",
"data": {
"count": 24,
"tokens": [
{
"address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"caip_id": "eip155:8453",
"symbol": "USDT",
"image": "https://images.okto.tech/token_logos/USDT.png",
"name": "",
"short_name": "Tether USD",
"id": "a060dd71-4ab2-3865-9530-5c4288f40506",
"group_id": "83e77d34-88e9-3e59-a678-231fbf336b08",
"is_primary": false,
"network_id": "9400de12-efc6-3e69-ab02-0eaf5aaf21e5",
"network_name": "BASE",
"onramp_enabled": false,
"whitelisted": true
}
]
}
}