Overview
Last updated
Last updated
We provide a REST API to interact with our on-chain programs. The base url for all requests in production/mainnet is https://api.mallow.art/v1
Requests are limited to 10 per second per IP address
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can request an API key by contacting the mallow team on our .
Set the X-Api-Key
header with your API key to authenticate requests.
Endpoints that return a transaction to be signed will have the following response body:
Clients can create a VersionedTransaction object and have the user sign it as follows: