Skip to main content
GET
/
clients
/
me
/
integrations
/
lifi
/
tokens
Get Li.Fi supported tokens
curl --request GET \
  --url https://api.portalhq.io/api/v3/clients/me/integrations/lifi/tokens \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "rawResponse": {
      "tokens": {}
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Query Parameters

chains
string

Comma-separated list of Li.Fi chain keys (e.g. ETH,POL,ARB) or numeric chain IDs to filter by.

chainTypes
string

Comma-separated list of chain types to filter by (e.g. EVM,SVM).

minPriceUSD
string

Minimum token price in USD as a numeric string (e.g. 0.01).

tags
string

Comma-separated list of token tags to filter by.

Response

Tokens retrieved successfully

data
object