You can use the API to discover which corridors, currencies, and payment methods are available. Retrieving this information and handling it in your integration allows you to show your users the available sources and destinations for funds in CPN.Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Steps
Use the following steps to request CPN configuration overview, and get the available routes from country to country.Step 1: Request configuration overview
Make a request to the configurations overview endpoint to receive a list of supported currencies, countries, payment methods, and blockchains.Shell
JSON
Step 2: Request available route details
Evaluate the available route details for a specific transfer by making a request to the supported payment routes endpoint. This example evaluates a route from the US to Mexico, but other routes can be evaluated by changing the query parameters. The endpoint accepts an optionaltransactionVersion query param (VERSION_1, VERSION_2); with VERSION_2, a
chain-specific buffer is added to the crypto min limit to cover fees (for
example, gas fee), paid in USDC from the source amount.
Shell
JSON