curl --request GET \
--url https://api.brl.xyz/api/v0/orders/{id}{
"order": {
"base-rate": "1.0000",
"state-updated-at": "2024-01-15T10:30:00Z",
"effective-rate": "0.9950",
"state": "created",
"target-asset": "eth-base/brlv",
"id": "660e8400-e29b-41d4-a716-446655440001",
"quote-id": "550e8400-e29b-41d4-a716-446655440000",
"source-asset": "fiat/brl",
"source-amount": "100.50",
"created-at": "2024-01-15T10:30:00Z",
"target-amount": "99.75"
}
}Retrieves a specific order by its ID for the authenticated account
curl --request GET \
--url https://api.brl.xyz/api/v0/orders/{id}{
"order": {
"base-rate": "1.0000",
"state-updated-at": "2024-01-15T10:30:00Z",
"effective-rate": "0.9950",
"state": "created",
"target-asset": "eth-base/brlv",
"id": "660e8400-e29b-41d4-a716-446655440001",
"quote-id": "550e8400-e29b-41d4-a716-446655440000",
"source-asset": "fiat/brl",
"source-amount": "100.50",
"created-at": "2024-01-15T10:30:00Z",
"target-amount": "99.75"
}
}Order retrieved successfully
Show child attributes
Base exchange rate between assets
"1.0000"
ISO 8601 timestamp when the order state was last updated
"2024-01-15T10:30:00Z"
Effective rate including fees
"0.9950"
Current state of the order
created, rolled-back, completed, processing "created"
The asset being converted to
eth-base/brlv, fiat/brl, eth-base/usdt, fiat/usd, eth-base/wbrly, eth-base/usdc "eth-base/brlv"
Unique identifier for the created order
"660e8400-e29b-41d4-a716-446655440001"
Identifier of the quote this order was created from
"550e8400-e29b-41d4-a716-446655440000"
The asset being converted from
eth-base/brlv, fiat/brl, eth-base/usdt, fiat/usd, eth-base/wbrly, eth-base/usdc "fiat/brl"
Amount of source asset to be converted
"100.50"
ISO 8601 timestamp when the order was created
"2024-01-15T10:30:00Z"
Amount of target asset to be received
"99.75"