Public Offers API v1

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

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 on your own risk.