TypeScript
const response: Promise<FireblocksResponse<GetSettlementResponse>> = fireblocks.offExchanges.getOffExchangeSettlementTransactions(offExchangesApiGetOffExchangeSettlementTransactionsRequest);
{ "toExchange": [ { "assetId": "<string>", "amount": "<string>", "dstAddress": "<string>", "dstTag": "<string>" } ], "toCollateral": [ { "asset": "<string>", "amount": "<string>", "srcAddress": "<string>", "srcTag": "<string>", "fee": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://developers.fireblocks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
A settlement transactions
Show child attributes