Last updated 26 days ago
Was this helpful?
Get transaction history of a given address.
Parameters:
address - string, Identifier of target TON account in any form.
// Request url -X 'GET' \ 'https://ton.blockpi.network/v1/rpc/your-rpc-key/getAddressState?address=UQD6FHZ8Bm5K82FcRVV76SOAzB52VqOlWpgeNODQkJ9AVxtU' \ -H 'accept: application/json' // Result { "ok": true, "result": "active" }