Logo
Fireblocks API Documentation

Get an asset from an internal wallet

GET {{baseUrl}}/internal_wallets/:walletId/:assetId

Returns information for an asset in an internal wallet.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "status": "FAILED", "address": "<string>", "tag": "<string>", "activationTime": "<string>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/internal_wallets/:walletId/:assetId' -H 'Accept: application/json'

ENDPOINTS