cURL
curl --request GET \ --url https://api.pulsy.app/v1/external/chains/{blockchainId}/tokens \ --header 'Authorization: Basic <encoded-value>'
{ "items": [ { "symbol": "<string>", "name": "<string>", "contract": "<string>", "url": "<string>" } ], "totalCount": 123 }
Basic auth required for external APIs. Example: "Authorization: Basic {base64EncodedPasswordString}"
Identifier of the blockchain.
0 <= x <= 1000
0 <= x <= 100000
Success
Paged list of tokens tracked by XFlow for a specific blockchain.
Show child attributes