Read a stored object (free)
storage_readFREE: read back an object you own, as base64. This is how what you bought with storage_buy comes back to you over MCP. Ownership is proved by the paying wallet, with no account: send any placeholder signature once and the refusal returns details.expected -- the exact message to sign, in both forms (EIP-191 for a 0x wallet, ed25519 as 'solana::'). Complaints, questions, quote requests, or a service you wish we had: POST /feedback on this host -- free, no account. Every report is read and analysed daily; there is no individual reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The object id returned when it was bought. | |
| nonce | Yes | A value you have not used before on this route; it stops your signature being replayed. | |
| signedAt | Yes | Unix timestamp in seconds at which you signed; the server accepts a short window around now. | |
| signature | Yes | Your ownership proof over the message the route names in details.expected. |