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
identifierstringRequired

BTKN token identifier

Example: 691c8f8a06274c6d17956e2e4115935d501d85ee569319d20b50e1fe4195b33d
Responses
200

Spark BTKN token info

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