Skip to main content
GET
/
meta
/
tokens
Supported tokens (by env, optional symbol)
curl --request GET \
  --url https://sandbox.elementpay.net/meta/tokens
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

env
any
default:live

Environment scope: live | sandbox | all

symbol
enum<string> | null

Filter by token symbol (e.g., USDC, USDT)

Available options:
USDC,
USDT,
WXM

Response

Successful Response