TOKENS API
GET /token/{address}/{networkId}
/token/{address}/{networkId}Attribute
Value
Path parameters
Name
Type
Required
Notes
Example request
curl -X GET "$NEURA_BASE_URL/token/0xA0b86991c6218b36c1d19d4a2e9eb0ce3606eb48/1" \
-H "Accept: application/json" \
-H "X-402-Invoice: $INVOICE" \
-H "X-402-Payment-Proof: $PROOF"Response snapshot
{
"success": true,
"data": {
"token": {
"address": "0xA0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"networkId": 1,
"networkName": "Ethereum",
"marketCap": 11000000000,
"volume24h": 3500000000,
"priceChange24h": -0.0025,
"lastUpdated": "2025-01-15T12:34:56.000Z",
"exchanges": [
{
"name": "Uniswap v3",
"networkId": 1,
"tradeUrl": "https://app.uniswap.org/#/swap?inputCurrency=0xA0b8..."
}
],
"launchpad": null,
"socialLinks": {
"website": "https://www.circle.com/usdc",
"twitter": "https://twitter.com/circle"
}
}
},
"timestamp": "2025-01-15T12:34:56.000Z"
}GET /token/{address}/{networkId}/price
/token/{address}/{networkId}/priceAttribute
Value
Path parameters
Response snapshot
GET /token/{tokenId}/top10holders
/token/{tokenId}/top10holdersAttribute
Value
Path parameters
Name
Type
Required
Notes
Response snapshot
GET /tokens/search
/tokens/searchAttribute
Value
Query parameters
Name
Type
Required
Notes
Example request
Response snapshot
Validation rules and errors
Last updated
