Choose an API to get started

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
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/offers
Post ParameterRequiredPossible ValuesNotes
offeryesOffer FileContent-Type is application/json
drop_onlynotrue
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_rewardsnotrue
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/offers

Inspect an Offer

GET https://api.dexie.space/v1/offers/:id

Query Liquidity RewardsIncentives

POST https://api.dexie.space/v1/rewards/check

Claim Liquidity RewardsIncentives

POST https://api.dexie.space/v1/rewards/claim

Websocket Streaming API
Pro

wss://api.dexie.space/v1/stream

Disclaimer

The API is provided "as is", with no guarantee of completeness, accuracy, reliability, and without warranty of any kind. Use at your own risk.