List tokens
query
tokens → PaginatedTokens!Returns all tokens known to the protocol, paginated and filterable.
Arguments
firstIntNumber of items requested (max 200)
skipIntNumber of items skipped
whereTokensFilterssearchStringaddress_in[String!]tags_in[TokenTags!]chainId_in[Int!]whitelistedBooleanfeaturedByTokenTagsResponse
items[Token!]idID!symbolString!nameString!addressAddress!decimalsInt!chainIdInt!pageInfoPageInfocountTotalInt!Total number of items
Try it
Query
Variables
Example response
{
"data": {
"tokens": {
"items": [
{
"id": "000a4b76-351f-467f-a86a-4d74abb137e8",
"symbol": "0xc45",
"name": "0xc45",
"address": "0xc453d6970AE85E5Fe2376309fB5910E37eD709eA",
"decimals": 18,
"chainId": 8453
},
{
"id": "001401e7-555e-4238-ab81-be0849533d7a",
"symbol": "0xfA8",
"name": "0xfA8",
"address": "0xfA8bf212e62C43C94b8B32A8096e050a6DC37140",
"decimals": 18,
"chainId": 8453
},
{
"id": "001d9623-bb11-4d64-bde0-259ac598e687",
"symbol": "LigUSDC",
"name": "Ligma USDC",
"address": "0x15264BB54b1978cb331F50693653Ccc05B0EF7b6",
"decimals": 18,
"chainId": 8453
}
],
"pageInfo": {
"countTotal": 3373
}
}
}
}