Skip to main content
GET
/
assets
Error
A valid request URL is required to generate request examples
{
  "assets": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "symbol": "<string>",
      "name": "<string>",
      "type": "NATIVE",
      "decimals": 123,
      "chainId": 123,
      "status": "ACTIVE",
      "contractAddress": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer {key_id}:{secret}

Response

200 - application/json

Asset list

assets
object[]