For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get transactions history

get

Get recent transaction history

Path parameters
apiKeystringRequired

API key generated at https://studio.aurora.dev

Query parameters
numberOfTransactionsinteger · max: 1000Optional

Number of transactions to return. Default: 10. Max: 1000. Min: 1. Ignored when page/perPage are supplied.

Default: 10
pageinteger · max: 9007199254740991Optional

Legacy pagination: page number. Supplying page or perPage returns the paginated response shape. Default: 1. Min: 1.

perPageinteger · max: 1000Optional

Legacy pagination: number of transactions per page. Supplying page or perPage returns the paginated response shape. Default: 50. Max: 1000. Min: 1.

walletAddressstringOptional

Wallet address used for the query.

lastDepositAddressstringOptional

Cursor: the depositAddress of the last transaction from the previous page.

lastDepositMemostringOptional

Cursor: the depositMemo of the last transaction from the previous page.

directionstring · enumOptional

Pagination direction. "next" returns older transactions, "prev" newer ones. Default: next.

Possible values:
Responses
200

Transactions successfully retrieved

application/json

Transactions successfully retrieved

or
get/api/transactions/{apiKey}

Last updated