GET
/
tokens
List supported tokens
curl --request GET \
  --url https://api.paycrest.io/v1/tokens
{
  "status": "success",
  "message": "Operation successful",
  "data": [
    {
      "symbol": "<string>",
      "contractAddress": "<string>",
      "decimals": 123,
      "baseCurrency": "<string>",
      "network": "base"
    }
  ]
}
Retrieve a list of supported tokens.

Query Parameters

network
enum<string>

Network identifier for the blockchain

Available options:
base,
bnb-smart-chain,
lisk,
tron,
celo,
arbitrum-one,
polygon,
asset-chain

Response

200
application/json

List of tokens

The response is of type object.