Skip to main content
1

Create an account

2

Log in

Keep the returned token; the remaining steps send it as a bearer token.
3

Mint an API key (for programmatic trading)

The secret in the response is shown once. Programmatic requests sign with it — see Authentication and Auth.
4

Get a deposit address and fund it

Deposits are credited after confirmation; check with GET /custody/get-usdc-balance.
5

Request a quote

Amounts are scaled by 1e6, so 1000000 is one unit. Market makers quote the request; poll GET /rfq/quote?request_id=... or subscribe to the RFQ websocket, then accept with POST /rfq/accept — see RFQ.