post
https://{network}.s.chainbase.online/v1/
Returns traces matching given filter
Parameters
Object - An object of type TraceFilter
fromBlock: TAG - (optional) From this block.toBlock: TAG - (optional) To this block.fromAddress: DATA, 20 Bytes - (optional) Sent from these addresses.toAddress: DATA, 20 Bytes - (optional) Sent to these addresses.after: QUANTITY - (optional) The offset trace numbercount: QUANTITY - (optional) Integer number of traces to display in a batch.
Returns
Object - An object of type AdHocTraceArray matching the given filter.
