Basic API
Get transactions by account
Returns the transactions from the address.
GET
/
v1
/
account
/
txs
Headers
x-api-key
string
requiredQuery Parameters
chain_id
string
requiredchain network id, see list of details
address
string
requiredA hex string referencing a wallet address
from_block
string
Inclusive from block number (hex string or int)
to_block
string
Inclusive to block number (hex string, int, or 'latest')
from_timestamp
integer
Inclusive from block number (hex string or int)
end_timestamp
integer
Inclusive end timestamp
page
integer
default: 1The page offset
Required range:
x > 1
limit
integer
default: 20The desired page size limit. Less or equal than 100
Required range:
1 < x < 100
Response
200 - application/json
code
integer
default: 0message
string
default: okdata
object[]
next_page
integer
count
integer