swap.coffee home page
Search...
Community
App
App
Search...
Navigation
Tokens
Bulk fetch tokens by addresses
Documentation
RU Documentation
Technical Documentation
Legal
GitHub
Developer Chat
Developer Channel
TokensDB API
Aggregator API
Tokens
GET
List Blockchains
GET
List all tokens sorted by TVL (Total Value Locked)
POST
Bulk fetch tokens by addresses
POST
Bulk fetch tokens by symbols
GET
Get a token by ID
GET
Get a token by symbol
GET
Get a token by address
GET
List Blockchains
GET
List Tokens
GET
Get Stacking Pool
GET
Get Token
Labels
GET
List all labels
POST
Create a new label
PUT
Update a label
DEL
Delete a label
PUT
Assign a label to a token
DEL
Remove a label from a token
PUT
Assign a label to an address
PUT
Assign a label to a token
DEL
Remove a label from a token
Tokens
Bulk fetch tokens by addresses
POST
/
api
/
v2
/
tokens
/
by-addresses
Try it
Body
application/json · string[]
The body is of type
string[]
.
Response
200 - application/json
address
string
required
blockchain_id
integer
required
decimals
integer
required
id
integer
required
name
string
required
symbol
string
required
external_id
string | null
holders_count
integer | null
default:
0
image
string | null
labels
object[] | null
Show child attributes
labels.
label_id
integer
required
labels.
token_id
integer
required
labels.
expires_at
integer | null
labels.
id
integer | null
last_updated_at
string | null
price_change_24h
number | null
default:
0
price_usd
number | null
default:
0
stacking_pool
object | null
Show child attributes
stacking_pool.
address
string
required
stacking_pool.
exchange_rate
number
required
stacking_pool.
id
integer
required
stacking_pool.
name
string
required
stacking_pool.
apy
number | null
stacking_pool.
cycle_end
integer | null
stacking_pool.
description
string | null
stacking_pool.
minimum_deposit_ton
number | null
stacking_pool.
url
string | null
stacking_pool_id
integer | null
trust_score
number | null
tvl
number | null
default:
0
List all tokens sorted by TVL (Total Value Locked)
Bulk fetch tokens by symbols