TypeScript
const response: Promise<FireblocksResponse<GetFiatAccountsResponse>> = fireblocks.fiatAccounts.getFiatAccounts();
[ { "id": "<string>", "type": "BLINC", "name": "<string>", "address": "<string>", "assets": [ { "id": "<string>", "balance": "<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 fiat account object
BLINC
Display name of the fiat account
Show child attributes