Skip to content

List Corridors

GET
/v2/send/corridors

List all available corridors

page[number]
number

Page number (starts at 1)

Example
1
page[size]
number

Items per page

Example
10
X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of available corridors

object
items
required

List of available corridors

Array<object>
object
id
required

Corridor unique identifier

string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6
organisationId
required

Organisation ID

string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6
name
required

Corridor name

string
USDC/PAK
sourceStablecoinSymbol
required

Source stablecoin symbol

string
USDC
destinationFiatSymbol
required

Destination fiat symbol

string
PAK
intermediateFiatCurrency
required

Intermediate fiat currency

string
USD
chain
required

Blockchain network

string
base
contractFeePercentage
required

Contract fee percentage

string
0.0100
baseFeePercentage
required

Base fee percentage

string
0.0200
deployerWalletAddress
required

Deployer wallet address

string
0x1234567890abcdef1234567890abcdef12345678
collectionContractDeploymentId
required

Collection contract deployment ID

string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6
stablecoinContractDeploymentId
required

Stablecoin contract deployment ID

string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6
treasuryWalletAddress
required

Treasury wallet address

string
0xabcdef1234567890abcdef1234567890abcdef12
offrampWalletAddress
required

Offramp wallet address (Circle Mint wallet for withdrawals)

string
0x9876543210fedcba9876543210fedcba98765432
isActive
required

Whether corridor is active

boolean
corridorRateId

Corridor rate ID

string format: uuid
e271bc5c-f870-44cd-8462-54280d0411f6
createdAt
required

Creation timestamp

string format: date-time
updatedAt
required

Last update timestamp

string format: date-time
page
required

Pagination info

object
number
required

Page number (starts at 1)

number
1
size
required

Items per page

number
10
totalPages
required

Total number of items

number
100
totalCount
required

Total number of pages

number
10
hasNext
required

Whether there is a next page

boolean
true
hasPrev
required

Whether there is a previous page

boolean

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error