Last updated 1 month ago
/v1/orderbook
Blockchain name, eg: ethereum, arbitrum, ...
ethereum
arbitrum
The API key that was assigned to you by Native
curl -L \ --url 'https://v2.api.native.org/swap-api-v2/v1/orderbook?chain=ethereum' \ --header 'apiKey: text'
[ { "base_address": "text", "quote_address": "text", "base_symbol": "text", "quote_symbol": "text", "side": "text", "minimum_in_base": 1, "levels": [ "text" ] } ]