cURL
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" } ] }
Network identifier for the blockchain
base
bnb-smart-chain
lisk
tron
celo
arbitrum-one
polygon
asset-chain
List of tokens
The response is of type object.
object