Skip to content

Get Send Configuration

GET
/v2/send/config

Get current send service configuration including supported corridors and exchange rate providers

X-API-Key
string

API Key

X-API-Secret
string

API Secret

Send service configuration with supported corridors and provider information

object
id
required

Send Client ID

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

Send client name

string
allied
displayName
required

Send client display name

string
AlliedX
description

Send service description

string
corridors
required

Supported 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

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error