Top BTKN by Volume
This endpoint provides the top BTKN by trading volume for different time periods, along with their info & market data.
get
Retrieve the top-performing BTKN token ranked by trading volume, including token metadata.
Authorizations
Query parameters
offsetnumberOptionalDefault:
0
limitnumber · max: 25OptionalDefault:
10
Responses
200
Default Response
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
GET /v1/spark/btkn/stats/top-by-volume HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"offset": 1,
"limit": 1,
"total": 1,
"items": [
{
"rank": 1,
"tokenIdentifier": "text",
"tokenAddress": "text",
"issuerPublicKey": "text",
"name": "text",
"ticker": "text",
"decimals": 1,
"iconUrl": "text",
"holderCount": 1,
"priceUsd": 1,
"totalSupply": 1,
"marketCapUsd": 1,
"volume24hUsd": 1,
"maxSupply": 1,
"isFreezable": true,
"createdAt": "text",
"updatedAt": "text"
}
]
}
Last updated