GET
/
v1
/
payouts
/
quote
{
  "quoteId": "<string>",
  "object": "quote",
  "fromAsset": "<string>",
  "fromAmount": "<string>",
  "toAsset": "<string>",
  "toAmount": "<string>",
  "rate": "<string>",
  "feeBps": "<string>",
  "expiresAt": "<string>",
  "createdAt": "<string>"
}

Query Parameters

baseAsset
string
required
counterAsset
string
required
amount
string
required
type
enum<string>
required
Available options:
sell,
buy

Response

200 - application/json

The request has succeeded.

The response is of type object.