Skip to main content

/cosmwasm/wasm/v1/contract/{address}/state REST API Endpoint

Gets all raw store data for a single contract.

Updated on
May 31, 2024

/cosmwasm/wasm/v1/contract/{address}/state REST API Endpoint

Path Parameters

address
string
REQUIRED
The address of the contract to query

Query Parameters

pagination.key
string
The value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set
pagination.offset
string
The numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set
pagination.limit
string
The total number of results to be returned in the result page. If left empty it will default to a value to be set by each app
pagination.count_total
boolean
When set to true it indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set
pagination.reverse
boolean
It is set to true if results are to be returned in the descending order

Returns

models
array
An array contains key-value pairs where each pair represents a specific model stored in the contract. Each object in the array includes:
key
string
A base64 encoded string that acts as an identifier for the model
value
string
A base64 encoded string that represents the value or data associated with the key
pagination
object
The pagination object which contains the following fields:
next_key
string
The key to be passed to PageRequest.key to query the next page most efficiently
total
string
The total number of results available if PageRequest.count_total was set, its value is undefined otherwise
Request
1
curl --location 'https://docs-demo.sei-pacific.quiknode.pro/cosmwasm/wasm/v1/contract/sei12dwgzgfque6s3285cyg8pntugal4s0tvx3jhf0wzyxz7c0x700nsv03fr6/state'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free