Skip to main content
GET
/
clients
/
me
/
integrations
/
meld
/
discovery
/
crypto-currencies
List crypto currencies
curl --request GET \
  --url https://api.portalhq.io/api/v3/clients/me/integrations/meld/discovery/crypto-currencies \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "currencyCode": "<string>",
      "name": "<string>",
      "chainCode": "<string>",
      "chainName": "<string>",
      "chainId": "<string>",
      "contractAddress": "<string>",
      "symbolImageUrl": "<string>"
    }
  ]
}

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.

Response

Crypto currencies retrieved successfully

data
object[]