Generate a time-limited quote for asset conversion, providing exchange rate and amount calculations.
Note: These endpoints are currently in beta and might be subject to changes.
If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.
Endpoint Permission: Owner, Admin, Non-Signing Admin, Signer, Editor.
For detailed information about error codes and troubleshooting, please refer to our API Error Codes documentation.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
The asset you receive on BUY / give on SELL.
The counter asset used to pay/receive.
Amount in baseAssetId. BUY = base amount to receive; SELL = base amount to sell.
^\d+(\.\d+)?$"100.00"
BUY: receive base / pay quote; SELL: give base / receive quote.
BUY, SELL Transfer rail:
BLOCKCHAIN, INTERNAL, SWIFT, IBAN, US_WIRE, ACH, SEPA, SPEI, PIX, LBT, MOMO, CHAPS, PAYID, INTERAC, INTERNAL_TRANSFER "BLOCKCHAIN"
Transfer rail:
BLOCKCHAIN, INTERNAL, SWIFT, IBAN, US_WIRE, ACH, SEPA, SPEI, PIX, LBT, MOMO, CHAPS, PAYID, INTERAC, INTERNAL_TRANSFER "BLOCKCHAIN"
Slippage tolerance in basis points (bps) for defi quotes - 1 is 0.01% and 10000 is 100%
1 <= x <= 10000Source/Destination accounts for the quote (must have for defi quotes)
{
"type": "DVP",
"sourceAccount": {
"type": "VAULT_ACCOUNT",
"id": "vault_acc_3f7e1d9b2c5a8e4f"
},
"destinationAccount": {
"type": "VAULT_ACCOUNT",
"id": "vault_acc_7b2e5d8f1c4a9e3b"
}
}