Spark Balances
This endpoint returns BTKN token balances for a given Spark address, including token identifiers, symbols, and amounts.
get
Get token balances for a specific Spark address.
Authorizations
x-api-keystringRequired
Path parameters
addressstringRequired
Spark address e.g. sp...
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
/v1/spark/address/{address}/btknLast updated