v1
latestOpenAPI 3.1.02026-07-26590236.8 KBFetch Wallet Account
get/wallet_account/{account_id}
Path parameters
account_idstring required
Response
200
Example response
{
"data": {
"id": "f0ebc06d8fa611ed8b160242ac110002",
"holder_id": "4a438bd0828311edb5b70242ac110002",
"holder_type": "business",
"label": "Master Wallet",
"currency": "USD",
"balance": 9925970000,
"kind": "master",
"status": "active",
"created_at": "2023-01-08T22:51:08Z",
"updated_at": "2023-01-12T13:26:46Z"
},
"message": "Wallet account retrieved successfully",
"status": "success"
}