List your stored objects (free)
storage_listFREE: list the objects your wallet owns -- id, label, size, when each was created and when it expires -- one page at a time. 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 |
|---|---|---|---|
| after | No | Opaque cursor from a previous call's nextCursor. | |
| 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. |