Skip to main content
GET
Get swap limits

Authorizations

x-tenant-api-key
string
header
default:c7eccc0aaed64932a85d35658fa55a4fb2d60cd3d2c529cfd643dc676ee82e82
required

Vane's shared tenant key. Contact support for a dedicated key if you need custom parameters or separate order tracking.

Query Parameters

depositTokenId
integer
required

Numeric id of the token being deposited. Ids are chain-specific: BTC is 158 on Bitcoin, 159 on Ethereum (ERC20), and 157 on BNB Smart Chain. Look ids up with GET /v1/tokens.

settleTokenId
integer
required

Numeric id of the token to receive. Pick the id on the chain you want to receive on; the catalog at GET /v1/tokens lists them all.

Response

Swap limits for the pair, on both sides of the swap.

Swap limits for a pair, expressed on both sides. They are direction sensitive: fields are keyed to which token is the deposit and which is the settle side.

depositToken
string
required

Symbol of the deposit token, for example BTC.

depositTokenMin
number
required

Minimum deposit amount, in deposit-token units.

depositTokenMax
number
required

Maximum deposit amount, in deposit-token units.

settleToken
string
required

Symbol of the settle token, for example USDT.

settleTokenMin
number
required

Minimum settle amount, in settle-token units.

settleTokenMax
number
required

Maximum settle amount, in settle-token units.