Choose an API to get started
Offers API
Post, Query or Stream Offers for CATs and NFTs
Swap API
Quote and Instantly Swap CATs
Prices API
Price Data Feeds for CATs
Offers API for Chia Tokens and NFTs
dexie provides a public interface for integrations in trading bots, wallets or other applications. Authentication is not required but abusive IPs might get rate limited. If you have any questions, join our Discord. If something does not work right, check the dexie Status Page.
💡 Tip: If you are looking for simple token (CAT) pricing data, use the Prices API.
If you want to link to dexie or show a dexie icon, head over to the dexie kit.
Offer Statuses
0
1
2
3
4
5
6
Open
1
Pending
2
Cancelling
3
Cancelled
4
Completed
5
Unknown
6
Expired
Endpoints
https://api.dexie.space/v1/
Mainnet
https://api-testnet.dexie.space/v1/
Testnet
Post an Offer
POST https://api.dexie.space/v1/offersPost Parameter | Required | Possible Values | Notes |
---|---|---|---|
offer | yes | Offer File | Content-Type is application/json |
drop_only | no | true false | Set to true for rapid offer submission (response will only contain the offer id). This especially useful for NFT offers where fetching the metadata usually takes some time. |
claim_rewards | no | true false | Set to true to automatically claim liquidity rewards to the maker address. Rewards are sent out after offer completion, cancellation or expiration in batches daily. Note: This option is only applied if dexie has not seen this offer before. |
Search for Offers
GET https://api.dexie.space/v1/offersInspect an Offer
GET https://api.dexie.space/v1/offers/:idQuery Liquidity RewardsIncentives
POST https://api.dexie.space/v1/rewards/checkClaim Liquidity RewardsIncentives
POST https://api.dexie.space/v1/rewards/claimWebsocket Streaming APIPro
wss://api.dexie.space/v1/streamDisclaimer
The API is provided "as is", with no guarantee of completeness, accuracy, reliability, and without warranty of any kind. Use at your own risk.