Last updated 16 days ago
/v1/orderbook
Blockchain name, eg: ethereum, arbitrum, ...
ethereum
arbitrum
The API key that was assigned to you by Native
Success
There was an exception with the server
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", "levels": [ "text" ], "side": "text", "minimum_in_base": 1 } ]