GET Orderbook

Get price levels for all supported pair in a chain

get
Query parameters
chainstring · enumRequired

Blockchain name, eg: ethereum, arbitrum, ...

Possible values:
Header parameters
apiKeystringRequired

The API key that was assigned to you by Native

Responses
200
Success
application/json
get
GET /swap-api-v2/v1/orderbook HTTP/1.1
Host: v2.api.native.org
apiKey: text
Accept: */*
[
  {
    "base_address": "text",
    "quote_address": "text",
    "base_symbol": "text",
    "quote_symbol": "text",
    "levels": [
      "text"
    ],
    "side": "text",
    "minimum_in_base": 1
  }
]

Last updated