/
RE
renegade-fi
/
Renegade v2 API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 19m ago · Updated 1mo ago
latest
OpenAPI 3.1.0
2026-07-17
23
74
40.9 KB
ff2b9f21f6b6
Account
3
post
/v2/account
get
/v2/account/{account_id}/seeds
post
/v2/account/{account_id}/sync
Admin
2
get
/v2/relayer-admin/orders
get
/v2/relayer-admin/orders/{order_id}
Balances
4
get
/v2/account/{account_id}/balances
get
/v2/account/{account_id}/balances/{mint}
post
/v2/account/{account_id}/balances/{mint}/deposit
post
/v2/account/{account_id}/balances/{mint}/withdraw
ExternalMatches
2
post
/v2/external-matches/get-quote
post
/v2/external-matches/assemble-match-bundle
Markets
4
get
/v2/markets
get
/v2/markets/depth
get
/v2/markets/{mint}/depth
get
/v2/markets/{mint}/price
Metadata
1
get
/v2/metadata/exchange
Orders
5
get
/v2/account/{account_id}/orders
post
/v2/account/{account_id}/orders
get
/v2/account/{account_id}/orders/{order_id}
post
/v2/account/{account_id}/orders/{order_id}/update
post
/v2/account/{account_id}/orders/{order_id}/cancel
Tasks
2
get
/v2/account/{account_id}/tasks
get
/v2/account/{account_id}/tasks/{task_id}
Account
post
/v2/account
Request body
CreateAccountRequest
required
account_id
string
uuid
required
address
string
required
master_view_seed
string
required
auth_hmac_key
string
base64
required
Response
Account created successfully