Skip to main content
GET
/
tokens
List tradable tokens
curl --request GET \
  --url https://alphagrid-api.artiffine-delivery.workers.dev/tokens
{
  "chainId": 123,
  "priceOracle": "<string>",
  "tokens": [
    {
      "symbol": "NVDA",
      "name": "NVIDIA",
      "address": "0x0000000000000000000000000000000000000000",
      "decimals": 18,
      "vaultIds": [
        "tech",
        "foundation"
      ],
      "listed": true,
      "active": true,
      "allowedInVault": true,
      "price": {
        "priceUsd": "150.25",
        "updatedAt": "1717500000",
        "stale": false
      }
    }
  ],
  "total": 123
}

Response

200 - application/json

Token catalog

chainId
integer
required
priceOracle
string | null
required
tokens
object[]
required
total
integer
required