Skip to main content
Skip to main content

REST API v1 endpoint index

warning

The Silhouette REST API v1 spec is in beta and may change as RFQ workflows evolve.

This index links to the generated endpoint reference pages for every operation in the OpenAPI spec.

Endpoints

AreaEndpointOperation IDSummaryAuth
AuthPOST /v1/auth/challengeauthChallengeRequest a login challenge.None
AuthPOST /v1/auth/api-keyssiweLoginSIWE login - mint an HMAC credential pair.None
AuthGET /v1/auth/api-keyslistApiKeysList the caller's API keys.HMAC
AuthDELETE /v1/auth/api-keysrevokeAllApiKeysRevoke all the caller's API keys.HMAC
AuthDELETE /v1/auth/api-keys/{accessKey}revokeApiKeyRevoke one API key.HMAC
InstrumentsGET /v1/rfq/instrumentslistInstrumentsList supported instruments.None
BalancesGET /v1/rfq/balancesgetBalancesGet balances.HMAC
BalancesGET /v1/rfq/ledgergetLedgerGet the account ledger.HMAC
RFQPOST /v1/rfq/requestscreateRfqRequestSubmit an RFQ request.HMAC
RFQGET /v1/rfq/requestslistRfqRequestsList RFQ requests.HMAC
RFQGET /v1/rfq/rfqslistSettledRfqsList settled RFQs (trades).HMAC
RFQGET /v1/rfq/requests/{id}getRfqRequestGet an RFQ request.HMAC
RFQPOST /v1/rfq/requests/{id}/acceptacceptRfqQuoteAccept a quote.HMAC
RFQPOST /v1/rfq/requests/{id}/cancelcancelRfqRequestCancel an RFQ request.HMAC
RFQGET /v1/rfq/requests/{id}/quoteslistRfqRequestQuotesList the quotes on an RFQ request.HMAC
MakerPOST /v1/rfq/quotescreateMakerQuoteSubmit a quote.HMAC
MakerGET /v1/rfq/quoteslistMakerQuotesList the maker's quotes.HMAC
MakerPOST /v1/rfq/quotes/{quoteId}/cancelcancelMakerQuoteCancel a quote.HMAC
MakerGET /v1/rfq/requests/openlistMakerRequestsList open RFQs to quote.HMAC
FundingGET /v1/rfq/depositslistDepositsList deposits.HMAC
FundingGET /v1/rfq/deposits/{depositId}getDepositGet a deposit.HMAC
FundingGET /v1/rfq/withdrawalslistWithdrawalsList withdrawals.HMAC
FundingPOST /v1/rfq/withdrawalscreateWithdrawalCreate a withdrawal.HMAC
FundingGET /v1/rfq/withdrawals/{withdrawalId}getWithdrawalGet a withdrawal.HMAC