Raw
Path parameters
addressstringRequired
address is the address of the contract
query_datastring · byteRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmwasm/wasm/v1/contract/{address}/raw/{query_data} HTTP/1.1
Host:
Accept: */*
{
"data": "Ynl0ZXM="
}
Last updated