Skip to main content
GET
Get Payment Rails

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Wallet identifier.

Query Parameters

assetId
string<uuid>
required

Stablecoin asset identifier returned by the supported-assets endpoint.

currency
string
required

ISO 4217 fiat currency code.

Required string length: 3
amount
string
required

Decimal amount encoded as a string to preserve precision.

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

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

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Payment rails fetched successfully"

data
object
required