curl --request GET \
--url https://api.custody.api-zodia.io/v2/api/core/wallets \
--header 'X-Signature: <api-key>'{
"wallets": [
{
"walletId": "ZTEST-NOBENF-849P8XKKAO",
"walletName": "Demo wallet",
"walletCompany": "ZTEST",
"createdBy": "api-maker@zodia.io",
"status": "ACTIVE",
"valid": true,
"registeredComplianceKey": true,
"blockchain": "<string>",
"assetBalances": [
{
"currency": "<string>",
"unitCurrency": "<string>",
"availableUnitBalance": "641400",
"ledgerUnitBalance": "641400",
"pendingOutUnitBalance": "0",
"pendingInUnitBalance": "0",
"availableBalance": "0.006414",
"ledgerBalance": "0.006414",
"pendingOutBalance": "0",
"pendingInBalance": "0"
}
],
"createdAt": "2021-08-03T18:17:57Z",
"updatedAt": "2021-08-03T18:17:57Z"
}
]
}curl --request GET \
--url https://api.custody.api-zodia.io/v2/api/core/wallets \
--header 'X-Signature: <api-key>'{
"wallets": [
{
"walletId": "ZTEST-NOBENF-849P8XKKAO",
"walletName": "Demo wallet",
"walletCompany": "ZTEST",
"createdBy": "api-maker@zodia.io",
"status": "ACTIVE",
"valid": true,
"registeredComplianceKey": true,
"blockchain": "<string>",
"assetBalances": [
{
"currency": "<string>",
"unitCurrency": "<string>",
"availableUnitBalance": "641400",
"ledgerUnitBalance": "641400",
"pendingOutUnitBalance": "0",
"pendingInUnitBalance": "0",
"availableBalance": "0.006414",
"ledgerBalance": "0.006414",
"pendingOutBalance": "0",
"pendingInBalance": "0"
}
],
"createdAt": "2021-08-03T18:17:57Z",
"updatedAt": "2021-08-03T18:17:57Z"
}
]
}