v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-29295183.8 KB

Returns an object containing rows from the specified table.

post/get_table_rows

Request body

codestring required

The name of the smart contract that controls the provided table

tablestring required

The name of the table to query

scopestring required

The account to which this data belongs

index_positionstring

Position of the index used, accepted parameters primary, secondary, tertiary, fourth, fifth, sixth, seventh, eighth, ninth , tenth

key_typestring

Type of key specified by index_position (for example - uint64_t or name)

encode_typestring
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

Limit number of results returned.

reverseboolean

Reverse the order of returned results

show_payerboolean

Show RAM payer

Response

OK