Skip to main content
GET
/
tokens
List supported tokens
curl --request GET \
  --url https://api.paycrest.io/v2/tokens
{
  "status": "success",
  "message": "<string>",
  "data": [
    {
      "symbol": "<string>",
      "contractAddress": "<string>",
      "decimals": 123,
      "baseCurrency": "<string>",
      "network": "ethereum"
    }
  ]
}
Retrieve a list of supported tokens.

Query Parameters

network
enum<string>
Available options:
ethereum,
base,
bnb-smart-chain,
lisk,
scroll,
celo,
arbitrum-one,
polygon,
asset-chain

Response

200 - application/json

List of tokens

status
string
Example:

"success"

message
string
data
object[]