Introduction

The Anthic Trade API is a REST-based API which allows you to view supported tokens, order books, accounts and submit limit orders.

Base URL

Staging (Stokenet): https://trade-api.staging.anthic.io

Production (Mainnet): N/A

Methods

MethodPathAuthentication RequiredDescription
GET/network/statusNoGet network status including current epoch
GET/trade/infoNoGet fee info and verify parent access rule
GET/trade/account_addresses/:addressNoGet the level of an account address
GET/trade/tokensNoGet supported tokens and associated info per token.
GET/trade/token_pairsNoGet supported token pairs which have order books
GET/trade/accountsYesGet ledger data around your ledger account
GET/trade/order_book?base=base&quote=quoteNoGet an order book of some token pair
POST/trade/ordersNoSubmit a Limit Order
GET/instamint/infoNoGet associated instamint component and resource addresses
GET/instamint/accountsYesGet instamint accounts
POST/construction/composeNoCompose a Limit Order Subintent Manifest
POST/construction/parseNoParse a subintent manifest into a Limit Order
POST/construction/create_subintentNoCreate a Subintent
POST/construction/signNoCreate a Signed Partial Transaction given a subintent and signature