List All Assets By Wallet ID
Through this endpoint customers can obtain information about available assets in one of their wallets, regardless of the blockchain protocol or network, by providing walletId.
Path Parameters
-
RequiredwalletId string
Defines the unique ID of the Wallet.
Query parameters
-
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2021-03-20 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requireddata object
-
Requireditem object
-
Requiredcoins array
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Example : bitcoin -
RequiredconfirmedBalance string
Defines the total balance of the address that is confirmed. It doesn't include unconfirmed transactions.
Example : 0.00009179 -
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten" are test networks.
Example : testnet -
RequiredtotalReceived string
Defines the total amount of all coins received to the address, based on confirmed transactions.
Example : 5.6 -
RequiredtotalSpent string
Defines the total amount of all spent by this address coins, based on confirmed transactions.
Example : 2.1 -
Requiredunit string
Represents the unit of the confirmed balance.
Example : BTC
-
-
RequiredfungibleTokens array
Represents fungible tokens'es detailed information
-
Requiredamount string
Defines the amount of the fungible tokens.
Example : 0.254 -
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Example : ethereum -
Requiredidentifier string
Defines the specific token identifier. For Bitcoin-based transactions it should be the propertyId and for Ethereum-based transactions - the contract.
Example : 0xdac17f958d2ee523a2206206994597c13d831ec7 -
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten" are test networks.
Example : mainnet -
Requiredsymbol string
Defines the symbol of the fungible tokens.
Example : USDT -
Requiredtype string
Defines the specific token type.
Example : ERC-20
-
-
RequirednonFungibleTokens array
Represents non-fungible tokens'es detailed information.
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Example : ethereum -
Requiredidentifier string
Defines the specific token identifier. For Bitcoin-based transactions it should be the propertyId and for Ethereum-based transactions - the contract.
Example : 0x90ca8a3eb2574f937f514749ce619fdcca187d45 -
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten" are test networks.
Example : ropsten -
Requiredsymbol string
Defines the symbol of the non-fungible tokens.
Example : ENS -
RequiredtokenId string
Represents tokens' unique identifier.
Example : 0x000000000000000000000000000000000000000000000000000000000000195b -
Requiredtype string
Defines the specific token type.
Example : ERC-721
-
-
RequiredwalletId string
Defines the unique ID of the Wallet.
Example : 60c9d9921c38030006675ff6 -
RequiredwalletName string
Represents the name of the wallet.
Example : exampleName
-
-