TypeScript
const response: Promise<FireblocksResponse<ExternalWalletAsset>> = fireblocks.contracts.getContractAsset(contractsApiGetContractAssetRequest);
{ "id": "<string>", "status": "WAITING_FOR_APPROVAL", "address": "<string>", "balance": 123, "lockedAmount": 123, "tag": "<string>", "activationTime": "<string>", "additionalInfo": [ { "accountHolderGivenName": "<string>", "accountHolderSurname": "<string>", "accountHolderCity": "<string>", "accountHolderCountry": "<string>", "accountHolderAddress1": "<string>", "accountHolderAddress2": "<string>", "accountHolderDistrict": "<string>", "accountHolderPostalCode": "<string>", "abaRoutingNumber": "<string>", "abaAccountNumber": "<string>", "abaCountry": "<string>", "iban": "<string>", "ibanCity": "<string>", "ibanCountry": "<string>", "speiClabe": "<string>", "speiName": "<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.
The ID of the contract
The ID of the asset to return
A Wallet Asset object
WAITING_FOR_APPROVAL
APPROVED
CANCELLED
REJECTED
FAILED
Show child attributes