Retrieve Supported Payment Methods
Returns a list of supported blockchain networks and assets for payments.
Request
Add parameter in header Merchant-App-Key
Example:Merchant-App-Key: ********************
or
Request Code Samples
curl --location --request GET 'https://api.pelagotech.com/openapi/crypto/x402/pay-methods' \
--header 'Merchant-App-Key: <api-key>'
Responses
application/json
List of supported payment methods
{
"network": "BSC",
"asset": "0x55d398326f99059fF775485246999027B3197955",
"symbol": "USDT"
}
Modified at 2025-10-27 01:26:39