Skip to main content

Get Indicative Stream Quotation

GET 

/v1/crossborder/stream-quotations

Returns a real-time indicative exchange rate for a given currency pair and side. This is not a firm quote (RFQ) and does not guarantee execution at the returned price.

Request

Query Parameters

    base_currency_symbol stringrequired

    Possible values: [USD]

    Base currency symbol.

    quote_currency_symbol stringrequired

    Possible values: [BRL]

    Quote currency symbol.

    side stringrequired

    Possible values: [BUY, SELL]

    Side.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.

    x-product-target-user-uuid string

    UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires x-product-uuid.

Responses

Stream quotation retrieved successfully.

Schema
    id stringrequired

    Stream Quotation ID.

    base_currency_symbol stringrequired

    Base currency symbol.

    quote_currency_symbol stringrequired

    Quote currency symbol.

    price numberrequired

    Rate price.

    side stringrequired

    Possible values: [BUY, SELL]

    Side.

    timestamp date-timerequired

    Timestamp.

Loading...