curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=56 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "ots_searchTransactionsBefore",
"params": [
"0xc0a47dFe034B400B47bDaD5FecDa2621de6c4d95",
0,
5
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
Address history navigation method.
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=56 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "ots_searchTransactionsBefore",
"params": [
"0xc0a47dFe034B400B47bDaD5FecDa2621de6c4d95",
0,
5
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
ots_searchTransactionsBefore:params[0]: The address.params[1]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.params[2]: The page size for the number of results to return.Show properties
Show items
Show properties
Show items
Before) or if no more results follow (for After).After) or no more results follow (for Before).curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=56 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "ots_searchTransactionsBefore",
"params": [
"0xc0a47dFe034B400B47bDaD5FecDa2621de6c4d95",
0,
5
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}
Was this page helpful?