Skip to main content
GET
Virtual order book

Path Parameters

chain
enum<string>
required
Available options:
arbitrum,
base,
polygon,
megaeth,
arbitrum-sepolia
Example:

"arbitrum"

symbol
string
required

Market symbol. BTC-USD and BTC%2FUSD are both accepted.

Example:

"BTC-USD"

Query Parameters

levels
integer
default:20
Required range: 1 <= x <= 30

Response

Bids and asks around the mark price

market
string
required

Gains market symbol, <base>/<quote>.

Pattern: ^[A-Z0-9.]{1,15}\/[A-Z0-9]{1,10}$
Example:

"BTC/USD"

markPrice
string
required

Decimal number encoded as a string to preserve precision.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
Example:

"0.5"

bids
object[]
required
asks
object[]
required
timestamp
integer
required