Get supported on-ramp networks and currencies

On-ramp network/currency support only.

Lists on-ramp network and asset pairs for HPP payments.

Authentication

Requires a Product API bearer token.

Response

200: Returns data, an array of supported network objects:

  • networkCode (string): send as metadata.network when creating the on-ramp HPP payment.
  • networkName (string): display name.
  • currencies (array): supported assets on the network. Send currencies[].name as metadata.asset.
{
  "message": "On-ramp networks retrieved successfully",
  "data": [
    {
      "networkCode": "polygon",
      "networkName": "Polygon",
      "currencies": [{ "name": "USDC" }]
    }
  ]
}

401: Missing or invalid bearer token.

403: The token is not authorized.

500: Internal server error.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json