Supported networks
API Endpoint: /defi/networks
Description: This endpoint allows users to query the currently supported networks of Birdeye Data Services.
Request Method: GET
Request URL:
https://public-api.birdeye.so/defi/networks
Request Headers:
accept: application/json
X-API-KEY: YOUR_API_KEY
Response: The response includes a list of historical API call identifiers and the remaining time until the package's expiration.
Example Request:
curl --request GET \
--url https://public-api.birdeye.so/defi/networks \
-H 'X-API-KEY: YOUR_API_KEY'
Current supported networks:
{
"data": [
"solana",
"ethereum",
"arbitrum",
"avalanche",
"bsc",
"optimism",
"polygon",
"base",
"zksync",
"sui"
],
"success": true
}
Notes for SUI network
- Not supported APIs:
- Wallet APIs (v1/wallet/)
- defi/token_security
- defi/token_creation_info
- defi/v2/tokens/all
- Data not reruned in tokenoverview endpoint
- mc
- supply
- API defi/price & API defi/token_overview
- The liquidity calculation is currently different for this endpoint. The improvement will be release on the version 2 of both two above APIs.
Updated 6 months ago