Account withdrawal history
Obtain information about the withdrawals of a specific account.
Path parameters
Bech32 stake address.
Query parameters
The number of results displayed on one page.
The page number for listing the results.
The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.
Response
Return the account withdrawal content.
Example response
[
{
"tx_hash": "48a9625c841eea0dd2bb6cf551eabe6523b7290c9ce34be74eedef2dd8f7ecc5",
"amount": "454541212442",
"tx_slot": 45093580,
"block_time": 1646437200,
"block_height": 6745358
},
{
"tx_hash": "4230b0cbccf6f449f0847d8ad1d634a7a49df60d8c142bb8cc2dbc8ca03d9e34",
"amount": "97846969",
"tx_slot": 48093580,
"block_time": 1649033600,
"block_height": 7126896
}
]Changes
Changed in 2 of the 4 revisions of this API.33
- ○
added the required property
items/block_heightto the response with the200statusresponse-required-property-added
- ○
added the required property
items/block_timeto the response with the200statusresponse-required-property-added
- ○
added the required property
items/tx_slotto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
items/block_heightfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/block_timefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/tx_slotfrom the response with the200statusresponse-required-property-removed
- ▲