Last updated 7 months ago
The base URL for all the API endpoints is https://api.vela.exchange/market-maker.
curl -L \ --url 'https://api.vela.exchange/market-maker/vault_exposure/{chainId}/{account}'
No body
curl -L \ --url 'https://api.vela.exchange/market-maker/asset_oi/{chainId}/{asset}'
curl -L \ --url 'https://api.vela.exchange/market-maker/upnl/{chainId}/{asset}?total=true'
curl -L \ --url 'https://api.vela.exchange/market-maker/open_positions/{chainId}/{account}?paginate=1'
curl -L \ --url 'https://api.vela.exchange/market-maker/open_orders/{chainId}/{account}?paginate=1'
curl -L \ --url 'https://api.vela.exchange/market-maker/trade_history/{chainId}/{account}?paginate=1'
curl -L \ --url 'https://api.vela.exchange/market-maker/fundingrate/{chainId}'