curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/trading/wallets \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"ids": [
"ZTEST-NOBENF-W5NZ2XCZMF"
],
"venueIds": [
"BYBIT"
],
"names": [
"My_wallet"
],
"statuses": [
"ACTIVE"
],
"companyIds": [
"ZTEST"
],
"currencies": [
"ETH"
],
"createdBy": [
"<string>"
],
"paginationLimit": 123,
"paginationOffset": 123,
"sort": {
"by": "id",
"order": "ASC"
}
}
'{
"items": [
{
"id": "ZTEST-TW-LHQ1343VU2",
"venueId": "TESTVENUE",
"name": "Demo vault",
"status": "ACTIVE",
"companyId": "ZTEST",
"balances": [
{
"currency": "BTC",
"availableBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"ledgerBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"pendingOutBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"pendingInBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"feeBufferBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"subClientBalances": {}
}
],
"createdAt": "2021-05-11T04:43:43Z",
"currency": "ETH",
"customProperties": {
"clientReference": "ZodiaTest",
"walletReference": 1223456
},
"createdBy": "api-maker@zodia.io",
"updatedAt": "2021-05-11T04:43:43Z"
}
],
"total": 123
}curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/trading/wallets \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"ids": [
"ZTEST-NOBENF-W5NZ2XCZMF"
],
"venueIds": [
"BYBIT"
],
"names": [
"My_wallet"
],
"statuses": [
"ACTIVE"
],
"companyIds": [
"ZTEST"
],
"currencies": [
"ETH"
],
"createdBy": [
"<string>"
],
"paginationLimit": 123,
"paginationOffset": 123,
"sort": {
"by": "id",
"order": "ASC"
}
}
'{
"items": [
{
"id": "ZTEST-TW-LHQ1343VU2",
"venueId": "TESTVENUE",
"name": "Demo vault",
"status": "ACTIVE",
"companyId": "ZTEST",
"balances": [
{
"currency": "BTC",
"availableBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"ledgerBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"pendingOutBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"pendingInBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"feeBufferBalance": {
"amount": "<string>",
"amountUnit": "0.006414",
"fiatValue": "0.006414",
"fiatCurrency": "USD",
"usdValue": "0.006414"
},
"subClientBalances": {}
}
],
"createdAt": "2021-05-11T04:43:43Z",
"currency": "ETH",
"customProperties": {
"clientReference": "ZodiaTest",
"walletReference": 1223456
},
"createdBy": "api-maker@zodia.io",
"updatedAt": "2021-05-11T04:43:43Z"
}
],
"total": 123
}Email of API user submitting the request
"api-maker@zodia.io"
Payload to retrieve trading wallets by using filters
Search by wallet IDs
Search by venue IDs
Search by wallet names
Search by wallet status i.e. ACTIVE or DEACTIVATED
Number of items in response (default is 10)
Show child attributes