Asset Management
Get Wallet Assets
API Documentation
Wallet Management
Address Operations
- GETGet Addresses
- POSTGenerate Address
- GETGet Address
- PATCHUpdate Address
- POSTWhitelist address
- DELUnwhitelist address
- GETGet Balance
- GETGet Balances
- GETGet transactions
- POSTWithdraw Network Fee
- POSTWithdraw
- POSTGet Swap Quote
- POSTSwap Execute
- POSTCustom Smart Contract Network Fee
- POSTCustom Smart Contract Read
- POSTCustom Smart Contract Write
Withdrawals
Custom Smart Contracts
Asset Management
Transactions
AML(Anti Money Laundering)
Auto Settlements
Asset Recovery
Payment Links
Miscellaneous
Asset Management
Get Wallet Assets
This endpoint retrieves the assets associated with a specific wallet.
GET
/
v1
/
wallets
/
{walletId}
/
assets
curl --request GET \
--url https://api.blockradar.co/v1/wallets/{walletId}/assets \
--header 'x-api-key: <api-key>'
{
"data": [
{
"asset": {
"address": "0x0000000000000000000000000000000000000000",
"blockchain": {
"createdAt": "2024-05-14T11:53:33.106Z",
"derivationPath": "m/44'/60'/0'/0",
"id": "b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa",
"isActive": true,
"isEvmCompatible": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
"name": "BNB smart chain",
"slug": "bnb-smart-chain",
"symbol": "bnb",
"tokenStandard": "BEP20",
"updatedAt": "2024-06-14T22:36:43.716Z"
},
"createdAt": "2024-05-14T11:53:33.678Z",
"decimals": 18,
"id": "ef2458b5-b292-4f5a-89c4-71c8576e6272",
"isActive": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
"name": "Binance Coin",
"network": "testnet",
"standard": null,
"symbol": "BNB",
"updatedAt": "2024-10-27T07:52:16.162Z"
},
"createdAt": "2024-08-22T09:29:11.387Z",
"id": "98582300-2f1d-4ef4-99f2-4361319fc776",
"isActive": true,
"updatedAt": "2024-08-22T09:29:11.387Z"
},
{
"asset": {
"address": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd",
"blockchain": {
"createdAt": "2024-05-14T11:53:33.106Z",
"derivationPath": "m/44'/60'/0'/0",
"id": "b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa",
"isActive": true,
"isEvmCompatible": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
"name": "BNB smart chain",
"slug": "bnb-smart-chain",
"symbol": "bnb",
"tokenStandard": "BEP20",
"updatedAt": "2024-06-14T22:36:43.716Z"
},
"createdAt": "2024-05-14T11:53:33.680Z",
"decimals": 18,
"id": "1890db58-f624-4972-a72b-e25387a81520",
"isActive": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800082/crypto-assets/tether-usdt-logo_wx7rwh.png",
"name": "Tether USD",
"network": "testnet",
"standard": "BEP20",
"symbol": "USDT",
"updatedAt": "2024-06-14T22:36:43.868Z"
},
"createdAt": "2024-08-22T10:33:45.481Z",
"id": "ae455f23-3824-4125-baab-d158315cbcbd",
"isActive": true,
"updatedAt": "2024-08-22T10:33:45.481Z"
}
],
"message": "Assets fetched successfully",
"statusCode": 200
}
Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Response
200 - application/json
200
The response is of type object
.
curl --request GET \
--url https://api.blockradar.co/v1/wallets/{walletId}/assets \
--header 'x-api-key: <api-key>'
{
"data": [
{
"asset": {
"address": "0x0000000000000000000000000000000000000000",
"blockchain": {
"createdAt": "2024-05-14T11:53:33.106Z",
"derivationPath": "m/44'/60'/0'/0",
"id": "b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa",
"isActive": true,
"isEvmCompatible": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
"name": "BNB smart chain",
"slug": "bnb-smart-chain",
"symbol": "bnb",
"tokenStandard": "BEP20",
"updatedAt": "2024-06-14T22:36:43.716Z"
},
"createdAt": "2024-05-14T11:53:33.678Z",
"decimals": 18,
"id": "ef2458b5-b292-4f5a-89c4-71c8576e6272",
"isActive": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
"name": "Binance Coin",
"network": "testnet",
"standard": null,
"symbol": "BNB",
"updatedAt": "2024-10-27T07:52:16.162Z"
},
"createdAt": "2024-08-22T09:29:11.387Z",
"id": "98582300-2f1d-4ef4-99f2-4361319fc776",
"isActive": true,
"updatedAt": "2024-08-22T09:29:11.387Z"
},
{
"asset": {
"address": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd",
"blockchain": {
"createdAt": "2024-05-14T11:53:33.106Z",
"derivationPath": "m/44'/60'/0'/0",
"id": "b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa",
"isActive": true,
"isEvmCompatible": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png",
"name": "BNB smart chain",
"slug": "bnb-smart-chain",
"symbol": "bnb",
"tokenStandard": "BEP20",
"updatedAt": "2024-06-14T22:36:43.716Z"
},
"createdAt": "2024-05-14T11:53:33.680Z",
"decimals": 18,
"id": "1890db58-f624-4972-a72b-e25387a81520",
"isActive": true,
"logoUrl": "https://res.cloudinary.com/blockradar/image/upload/v1716800082/crypto-assets/tether-usdt-logo_wx7rwh.png",
"name": "Tether USD",
"network": "testnet",
"standard": "BEP20",
"symbol": "USDT",
"updatedAt": "2024-06-14T22:36:43.868Z"
},
"createdAt": "2024-08-22T10:33:45.481Z",
"id": "ae455f23-3824-4125-baab-d158315cbcbd",
"isActive": true,
"updatedAt": "2024-08-22T10:33:45.481Z"
}
],
"message": "Assets fetched successfully",
"statusCode": 200
}