Skip to main content
GET
Get Payment Methods

Autorizaciones

x-api-key
string
header
requerido

Parámetros de ruta

id
string<uuid>
requerido

Wallet identifier.

Parámetros de consulta

sessionId
string<uuid>

Session returned by the v2 rates endpoint. Recommended; makes the original routing values authoritative.

assetId
string<uuid>

Stablecoin asset identifier returned by the supported-assets endpoint.

currency
string

ISO 4217 fiat currency code.

Required string length: 3
amount
string

Decimal amount encoded as a string to preserve precision.

Pattern: ^\d+(\.\d+)?$
country
string

ISO 3166-1 alpha-2 country code.

paymentMethodCategory
string

Optional high-level payment-method category.

provider
string

Optional provider slug. Omit it to let Blockradar select an eligible provider.

Respuesta

200 - application/json

Successful response.

statusCode
integer
requerido
Ejemplo:

200

message
string
requerido

Human-readable result.

Ejemplo:

"Payment methods fetched successfully"

data
object
requerido