Fetch Tokens
GET/v1/tokens/
Get list of supported crypto tokens for the merchant. Use address value from this API response as buyTokenAddress or sellTokenAddress in create order and quotation fetch payload, and symbol value as buyTokenSymbol or sellTokenSymbol in OnRamp or OffRamp create order, and fetch quotation requests. Cross-check chainId as well.
Responses
- 200
- 400
- 401
Returns all supported tokens for your API key.
Bad Request — invalid or missing parameters.
Unauthorized — missing or expired Bearer token or API key.