get
https://sandbox-api.bxnk.com/api/v1/product-apis/on-ramp-networks
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 asmetadata.networkwhen creating the on-ramp HPP payment.networkName(string): display name.currencies(array): supported assets on the network. Sendcurrencies[].nameasmetadata.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.