Get table by scope
Retrieves table scope
POSThttps://eos.nownodes.io/v1/chain/get_table_by_scope
Body
code*string
name
of the contract to return table data for
tablestring
Filter results by table
lower_boundstring
Filters results to return the first element that is not less than provided value in set
upper_boundstring
Filters results to return the first element that is greater than provided value in set
limitinteger (int32)
Limit number of results returned.
reverseboolean
Reverse the order of returned results
show_payerboolean
Show RAM payer
Response
OK
Body
rowsarray of TableScope
moreName
Request
Response