/
BU
buildonviction
/
TomoDex APIs
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1mo ago
View markdown
buildonviction
TomoDex APIs
post
Create new pair
latest
Swagger 2.0
2026-07-17
34
17
37.5 KB
18b6ffedd480
accounts
2
info
3
market
2
notifications
2
ohlcv
1
orderbook
3
orders
9
pairs
5
get
Finds all pairs
post
Create new pair
get
Retrieve the pair information corresponding to a baseToken and a quoteToken
get
Retrieve pair data corresponding to a baseToken and quoteToken
get
Retrieve all pair data
tokens
5
trades
2
pairs
Create new pair
Returns newly created pair
post
/pairs
Request body
Pair
required
id
string
baseTokenSymbol
string
baseTokenAddress
string
baseTokenDecimals
integer
quoteTokenSymbol
string
quoteTokenAddress
string
quoteTokenDecimals
integer
listed
boolean
active
boolean
rank
integer
makeFee
string
takeFee
string
createdAt
string
date-time
updatedAt
string
date-time
Response
successful operation
Pair
required
id
string
baseTokenSymbol
string
baseTokenAddress
string
baseTokenDecimals
integer
quoteTokenSymbol
string
quoteTokenAddress
string
quoteTokenDecimals
integer
listed
boolean
active
boolean
rank
integer
makeFee
string
takeFee
string
createdAt
string
date-time
updatedAt
string
date-time