Skip to main content
POST
Lookup rate history

Authorizations

api-key
string
header
required

Body

application/json

See the Rate Lookup guide for more information.

requests
object[]
required

A list of load descriptions to get rate history for.

Required array length: 1 - 16 elements
currency
enum<string>

The currency to denominate every returned amount in. Defaults to USD.

Available options:
USD,
MXN,
CAD
Example:

"USD"

Response

Ok

results
object[]
required

The result for each input request; the request and result arrays are the same size and their elements map 1:1. Each result is either a successful lookup or an error; each request succeeds or fails independently.

See the Rate Lookup guide for more information.