The Brink App API is the best tool for integrating Brink orders into your application. It allows you to interact with Brink accounts and order liquidity. With the App API, you can:
- Allow your users to create ERC20 and NFT limit orders
- Access state for all order liquidity
- Fill orders (useful if you're building an executor bot for arbitrage profit)
If you want to provide limit orders for ERC20's and NFT's to your application's users, that can be done entirely with this API.
Hosted API
https://app-api.brink.trade
Brink SDK
This API exposes functionality of Brink SDK. It's recommended that you use App API, but the SDK is open-source and available if you need lower-level control.