TransactionsListRequestParams
tokenAddressstring
The address of the token contract (optional). One of tokenAddress or tokenId is required.
tokenIdstring
The token ID (optional). One of tokenAddress or tokenId is required.
addressstring
The Mina address for which to retrieve the transactions. Optional
TransactionsListRequestParams
{
"tokenAddress": "string",
"tokenId": "string",
"address": "string"
}