Skip to main content
GET
Get Exchange Rates

授权

x-api-key
string
header
必填

路径参数

id
string<uuid>
必填

Wallet identifier.

查询参数

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+)?$
amountSide
enum<string>
默认值:source

Which side of the conversion amount refers to. source (default) fixes the stablecoin amount; target fixes the fiat amount the recipient receives.

可用选项:
source,
target
provider
string

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

响应

200 - application/json

Successful response.

statusCode
integer
必填
示例:

200

message
string
必填

Human-readable result.

示例:

"Exchange rate fetched successfully"

data
object
必填