Overview
REST API
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
Rate Limits
Requests are limited to 10 per second per IP address
Get your API key
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 Discord.
Set the X-Api-Key
header with your API key to authenticate requests.
Transactions
Endpoints that return a transaction to be signed will have the following response body:
All transactions are serialized VersionedTransactions
Clients can create a VersionedTransaction object and have the user sign it as follows:
Last updated