put
/v4/key-value-stores/{key}/entries
Upsert a single entry. Authenticate with a JWT for user access, or an X-API-Key header for service access.
Path parameters
keystringrequired
Request body
object
addressstringrequired
Target Ethereum address (or bytes32 campaignId for APR configs)valuestringrequired
JSON value (shape gated by config type)Responses
200Response for status 200
Schema
object
addressstringrequired
valuestringrequired
createdAtstringrequired
updatedAtstringrequired
Example
{
"address": "string",
"value": "string",
"createdAt": "string",
"updatedAt": "string"
}put
https://api.merkl.xyz/v4/key-value-stores/{key}/entriescurl -X PUT "https://api.merkl.xyz/v4/key-value-stores/{key}/entries"Fill the required path parameter key to send.Live request — this will call https://api.merkl.xyz/ for real.