Get exchange rates for an account
Retrieve current exchange rates for converting between specific assets in a connected account.
Note: This endpoint is currently in beta and might be subject to changes.
GET
TypeScript
Path Parameters
The ID of the account to fetch rates for.
Minimum string length:
1Query Parameters
The ID of the asset to fetch rates for.
Minimum string length:
1The ID of the asset to get the rates nominally.
Minimum string length:
1Response
Rates response
The ID of the account that generated the quote.
Example:
"ea6c3cb7-355a-4ee3-82ff-267c69970210"
The source asset identifier
Example:
"BTC"
The target asset identifier
Example:
"USD"
The exchange rate value
Example:
"1.2345"
Previous
Get supported trading pairs for an accountRetrieve all asset trading pairs supported by a specific connected account, including the pair type (`quote`, `market`, `onOffRamp`).
**Note:** This endpoint is currently in beta and might be subject to changes.
Next
TypeScript