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

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: 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...