Wallet methods
Wallet object
Name
Type
Description
Wallet object example
{
"type": "wallet",
"id": "448",
"attributes": {
"label": "My Wallet",
"status": 3,
"type": 2,
"created_at": "2020-11-06T06:03:44.301815Z",
"balance_confirmed": "0.23221548",
"balance_pending": "0.00000000",
"balance_unusable": "0.00364702",
"minimal_transfer_amount": "0.00000546",
"destination": {
"address_type": "p2sh-segwit",
"address": "2N3Ac2cZzRVoqfJGu1bFaAebq3izTgr1WLv"
}
},
"relationships": {
"currency": {
"data": {
"type": "currency",
"id": "2005"
}
},
"parent": {
"data": {
"type": "wallet",
"id": "14"
}
}
}
}Get wallet
Request
Name
Type
Required
Description
Request example
Response
Response codes
HTTP code
Application code
Description
Suggested action
Last updated
Was this helpful?

