Wallets
Get Arweave wallet balance and last transaction information
Get the current balance of a wallet.
Get the current balance of AR, in Winston, of a specified wallet address.
Path Parameters
addressstring
Match
^[0-9a-zA-Z_-]{43}$
Response Body
curl -X GET "https://ardrive.net/wallet/string/balance"
0
Get the last transaction of a wallet.
Get the TX ID from the most recent transaction a specified wallet completed.
Path Parameters
addressstring
Match
^[0-9a-zA-Z_-]{43}$
Response Body
curl -X GET "https://ardrive.net/wallet/string/last_tx"
"string"
How is this guide?