Get Address History
get
/v1/indexer/address/{address}/history
Get the tx history by address.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired
Address
Query parameters
cursorintegerRequiredExample:
Start offset
0sizeintegerRequiredExample:
Number of items returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/address/{address}/historyLast updated