API References
API Architecture
API is separated in two different endpoints:
/ft/
for fungible token: this endpoints is to interact with limit orders from one ERC20 to another ERC20./ft/orders/
: to interact with limit orders fillable by anybody./ft/p2p/
: to interact with p2p orders.
/nft/
for non fungible token: this endpoints is used to interact with limit orders from any supported token to any supported token./nft/p2p/
to interact with limit orders fillable by anybody./nft/orders/
to interact with p2p orders.
Last updated