/v1/tables/{table_handle}/raw_item REST API Endpoint
Please note that the get_raw_table_item requires only a serialized key comparing to the full move type information comparing to the get_table_item api, and can only return the query in the bcs format.
Path Parameters
table_handle
string
REQUIRED
Loading...
Query Parameters
ledger_version
string
REQUIRED
Loading...
Body Parameters
key
integer
REQUIRED
Loading...
Returns
result
Loading...
Request
1curl --request POST \2--url https://docs-demo.aptos-mainnet.quiknode.pro/v1/tables/table_handle/raw_item \3--header 'Accept: application/json, application/x-bcs' \4--header 'Content-Type: application/json' \5--data '{6"key": "KEY_VALUE"7}'
1curl --request POST \2--url https://docs-demo.aptos-mainnet.quiknode.pro/v1/tables/table_handle/raw_item \3--header 'Accept: application/json, application/x-bcs' \4--header 'Content-Type: application/json' \5--data '{6"key": "KEY_VALUE"7}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free