Get all offers
Retrieve all available offers across the workspace for a given asset pair. Always operates in open scope — no provider or account selection required. Returns a mix of indicative rates and committed quotes as applicable per provider.
If no slippageBps is provided, it defaults to 50 bps (0.5%). Slippage and settlement configuration do not affect the returned rate.
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.
Headers
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.
Body
The source asset identifier.
"BTC"
The target asset identifier.
"USD"
The amount to get offers for
^\d+(\.\d+)?$"100.00"
BUY: receive base / pay quote; SELL: give base / receive quote.
BUY, SELL Transfer rail:
- BLOCKCHAIN - Transfer over the public blockchain
- INTERNAL - Internal transfer within the same account (e.g. sub-accounts or same api key)
- SWIFT - International wire transfer
- IBAN - International Bank Account Number transfer
- US_WIRE - Domestic wire transfer within the United States (e.g. FedWire)
- ACH - Automated Clearing House transfer, typically takes longer but not as expensive as wire transfers
- SEPA - Euro transfers within the SEPA zone
- SPEI - Mexican interbank electronic payment system
- PIX - Brazilian instant payment system
- LBT - Local bank transfers within Africa
- MOMO - Mobile money transfers (e.g. M-Pesa)
- CHAPS - The Clearing House Automated Payment System (CHAPS) is a real-time gross settlement payment system used for transactions in the United Kingdom
- PAYID - PayID payment identifier system (Australia)
- INTERAC - Interac electronic funds transfer (Canada)
- INTERNAL_TRANSFER - Internal transfer between accounts
BLOCKCHAIN, INTERNAL, SWIFT, IBAN, US_WIRE, ACH, SEPA, SPEI, PIX, LBT, MOMO, CHAPS, PAYID, INTERAC, INTERNAL_TRANSFER "BLOCKCHAIN"
Transfer rail:
- BLOCKCHAIN - Transfer over the public blockchain
- INTERNAL - Internal transfer within the same account (e.g. sub-accounts or same api key)
- SWIFT - International wire transfer
- IBAN - International Bank Account Number transfer
- US_WIRE - Domestic wire transfer within the United States (e.g. FedWire)
- ACH - Automated Clearing House transfer, typically takes longer but not as expensive as wire transfers
- SEPA - Euro transfers within the SEPA zone
- SPEI - Mexican interbank electronic payment system
- PIX - Brazilian instant payment system
- LBT - Local bank transfers within Africa
- MOMO - Mobile money transfers (e.g. M-Pesa)
- CHAPS - The Clearing House Automated Payment System (CHAPS) is a real-time gross settlement payment system used for transactions in the United Kingdom
- PAYID - PayID payment identifier system (Australia)
- INTERAC - Interac electronic funds transfer (Canada)
- INTERNAL_TRANSFER - Internal transfer between accounts
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%. If not set, defaults to 50 bps (0.5%).
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"
}
}