BTKN by ID
This endpoint returns detailed info & market data for a specific Spark BTKN token.
get
Get token info and pool metadata for a specific Spark BTKN token by ID.
Authorizations
Path parameters
identifierstringRequiredExample:
BTKN token identifier
691c8f8a06274c6d17956e2e4115935d501d85ee569319d20b50e1fe4195b33d
Responses
200
Spark BTKN token info
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/{identifier}/info HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"tokenIdentifier": "text",
"tokenAddress": "text",
"name": "text",
"ticker": "text",
"decimals": 1,
"issuerPublicKey": "text",
"iconUrl": "text",
"holderCount": 1,
"priceUsd": 1,
"maxSupply": 1,
"isFreezable": true,
"createdAt": "text",
"updatedAt": "text",
"price": 1,
"poolInfo": [
{
"lpPublicKey": "text",
"hostName": "text",
"hostFeeBps": 1,
"lpFeeBps": 1,
"assetAAddress": "text",
"assetBAddress": "text",
"assetAReserve": "text",
"assetBReserve": "text",
"currentPriceAInB": "text",
"tvlAssetB": "text",
"volume24hAssetB": "text",
"priceChangePercent24h": "text",
"curveType": "text",
"initialReserveA": "text",
"bondingProgressPercent": "text",
"createdAt": "text"
}
]
}
Last updated