Get Corridor Rate (via Corridor)
GET /v2/send/corridors/{corridorId}/rate
GET
/v2/send/corridors/{corridorId}/rate
Get current exchange rate for a corridor by corridor ID. Returns rate information along with corridor context.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” corridorId
required
string format: uuid
Corridor ID
Example
e271bc5c-f870-44cd-8462-54280d0411f6 SendCorridorIdParamDto
required
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Current exchange rate for the corridor with corridor context
object
corridorId
required
Corridor ID
string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6 corridorName
required
Corridor name
string
USDC/PAK stablecoinToFiatRate
required
Stablecoin to intermediate fiat rate (e.g., USDC/USD) with 6 decimals of precision
string
1000000 fiatToFiatRate
required
Intermediate fiat to destination fiat rate (e.g., USD/PKR) with 6 decimals of precision
string
27850000 finalRate
required
Combined exchange rate (final USDC to destination fiat rate) with 6 decimals of precision
string
27850000 calculatedAt
required
When this rate was calculated
string format: date-time
expiresAt
required
When this rate expires
string format: date-time
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error