Explorer
Get supported networks
Get an array of all the whitelisted networks on your API key.
Authorization
Authorization
RequiredBearer <token>In: header
Fetched
Get an array of all the whitelisted networks on your API key.
Authorization
RequiredBearer <token>In: header
curl -X GET "https://sandbox-api.okto.tech/api/oc/v1/supported/networks" \
-H "Authorization: Bearer <token>"
Fetched
{
"status": "success",
"data": {
"network": [
{
"caip_id": "eip155:56",
"network_name": "BSC",
"chain_id": "56",
"logo": "BSC",
"sponsorship_enabled": true,
"gsn_enabled": false,
"type": "EVM",
"network_id": "9a26afcf-ed62-43d8-91ea-42dc7cd55890",
"onramp_enabled": false,
"whitelisted": true
}
]
}
}