International

International on-ramp and off-ramp operations.

Create BOB Fiat Account

Create a BOB fiat account

post
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
userIdstring · uuidRequiredExample: 550e8400-e29b-41d4-a716-446655440000
isExternalbooleanRequiredExample: true
Responses
chevron-right
200

Fiat account created

application/json
post
/mint/v1/international/accounts/fiat/bob

List International Fiat Accounts

List Alfred fiat accounts

get
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
userIdstringOptional

If provided, pagination is not applied.

limitinteger · min: 1 · max: 50Optional

Number of items per page (capped at 50).

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
Responses
chevron-right
200

Alfred fiat account list

application/json
get
/mint/v1/international/accounts/fiat

Get ARS to BOB Quote

Get ARS to BOB offramp quotes

post
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
fromAmountstringRequiredExample: 100000.00
paymentMethodTypestring · enumRequiredPossible values:
Responses
chevron-right
200

Quote pair

application/json
post
/mint/v1/international/offramp/quotes/ars-bob

Create ARS to BOB Off-ramp

Create ARS to BOB off-ramp

post
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
arsUsdtQuoteIdstringRequiredExample: quote_ars_usdt_123
usdtBobQuoteIdstringRequiredExample: quote_usdt_bob_456
fiatAccountIdstring · uuidRequiredExample: d290f1ee-6c54-4b01-90e6-d701748f0851
userIdstring · uuidRequiredExample: 550e8400-e29b-41d4-a716-446655440000
Responses
chevron-right
200

Off-ramp initiated

application/json
post
/mint/v1/international/offramp/ars-bob

List Off-ramps

List Alfred off-ramps

get
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
userIdstringOptional
fiatAccountIdstringOptional
limitinteger · min: 1 · max: 50Optional

Number of items per page (capped at 50).

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
Responses
chevron-right
200

Alfred off-ramp list

application/json
get
/mint/v1/international/offramp

List On-ramps

List Alfred on-ramps

get
Authorizations
x-api-keystringRequired

Project API key (or CopterPay API key for webhooks).

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
userIdstringOptional
limitinteger · min: 1 · max: 50Optional

Number of items per page (capped at 50).

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
Responses
chevron-right
200

Alfred on-ramp list

application/json
get
/mint/v1/international/onramp

Last updated