CRYPTO_READ.
List enabled payment methods
CallGET /api/v1/crypto/payment-methods to choose the exact token and network pair for POST /api/v1/payment/quote.
Use
token and network together. Do not combine a token from one returned method with a network from another method unless that pair is returned by this endpoint.
Read network metadata
CallGET /api/v1/crypto/networks when you need blockchain metadata for display or reconciliation.
GET /api/v1/crypto/networks does not replace GET /api/v1/crypto/payment-methods when creating a payment. Use payment methods to decide whether a token and network pair is enabled.
Use the pair in a quote
Pass the selected values aspaymentToken and paymentNetwork when creating the quote.
paymentQuoteId. It does not send paymentToken or paymentNetwork again.
For complete crypto and payment schemas, open the API Reference.