/getAddressState

Get transaction history of a given address.

Parameters:

address - string, Identifier of target TON account in any form.

Example:

// 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"
}

Last updated