Skip to main content
Helpful?

The DEX Paris

Pairs endpoint

The API /pairs are used to retrieve detailed information about cryptocurrency trading pairs.

The BSC endpoint

https://api.appleswap.ai/bsc/pairs

The Arbitrum endpoint

https://api.appleswap.ai/arbitrum/pairs

The Ethereum endpoint

https://api.appleswap.ai/eth/pairs

The Polygon endpoint

https://api.appleswap.ai/polygon/pairs

Example data

[
{
"ticker_id":"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270_0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
"base":"0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
"target":"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
"pool_id":"0x19cb487ad74cf3e06f7d34b6f31d7d866d34da21"
}
]
NameDescription
ticker_idIdentifier code according to the base currency/target currency formula
baseThe address of the base token
targetThe address of the target token
pool_idThe address ID of the trading pair
Helpful?