X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************curl --location '/v1/wallet/list?walletId=undefined' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"status": 0,
"code": "string",
"msg": "string",
"data": [
{
"walletId": 0,
"name": "string",
"walletType": "operation_prime",
"autoCollection": true,
"wallets": [
{
"currency": "string",
"available": 0,
"unavailable": 0
}
]
}
],
"traceId": "string"
}