Get Table Rows

Returns rows from supplied table. See Fetch FIO Chain State Data for more information.

Body Params
string
required
Defaults to fio.address

The name of the smart contract that controls the provided table.

string
required
Defaults to fio.address

The account to which this data belongs.

string
required
Defaults to domains

The name of the table as specified by the contract abi.

string

Filters results to return only those that are within lower_bound and upper_bound. The value will be applied to the index field specified in index_position or primary index if not specified.

string

Filters results to return only those that are within lower_bound and upper_bound. The value will be applied to the index field specified in index_position or primary index if not specified.

string

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

string

Position of the index used. If omitted primary index is assumed.

integer

Number of requests to return. If omitted, all requests will be returned.

boolean
Defaults to true

Get the response as json.

boolean
Defaults to false

Return data in reverse order.

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json