cURL
curl --request GET \ --url https://api.portalhq.io/api/v3/clients/me/integrations/lifi/tokens \ --header 'Authorization: Bearer <token>'
{ "data": { "rawResponse": { "tokens": {} } } }
Retrieves the list of tokens supported by Li.Fi, optionally filtered by chain.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Comma-separated list of chain IDs to filter by.
Tokens retrieved successfully
Show child attributes
Was this page helpful?