Skip to main content
GET
/
api
/
v1
/
crypto
/
payment-methods
List enabled payment methods (token × network combinations)
curl --request GET \
  --url http://localhost:45000/api/v1/crypto/payment-methods \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "methods": [
    {
      "token": "<string>",
      "network": "<string>",
      "networkLabel": "<string>",
      "networkFeeUsd": "<string>",
      "contractAddress": "<string>",
      "decimals": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Nuvera API application secret key

Authorization
string
header
required

RS256 per-request signed JWT

Response

default - application/json
methods
object[]
required