Fiat

Fiat account management and movement tracking.

List Project Fiat Accounts

List fiat accounts for a project

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
limitinteger · min: 1 · max: 50Optional

Number of items per page (capped at 50).

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
user_idstringOptional
wallet_idstringOptional
fiat_account_idstringOptional
addressstringOptional
cvustringOptional
Responses
chevron-right
200

Fiat account list

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

List User Fiat Accounts

List fiat accounts for a user

get
Authorizations
x-api-keystringRequired

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

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Responses
chevron-right
200

Fiat account list

application/json
get
/mint/v1/accounts/fiat/{user_id}

List Project Fiat Movements

List fiat movements for a project

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
limitinteger · min: 1 · max: 50Optional

Number of items per page (capped at 50).

Default: 10
pageintegerOptional

Page index starting at 0.

Default: 0
user_idstringOptional
wallet_idstringOptional
tx_idstringOptional
fiat_account_idstringOptional
cvustringOptional
Responses
chevron-right
200

Fiat movements list

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

List User Fiat Movements

List fiat movements for a user

get
Authorizations
x-api-keystringRequired

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

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Query parameters
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

Fiat movements list

application/json
get
/mint/v1/accounts/fiat/movements/{user_id}

Get Fiat Movement by ID

Get a fiat movement by id for a user

get
Authorizations
x-api-keystringRequired

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

AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
movement_idstringRequired
Responses
chevron-right
200

Fiat movement

application/json
get
/mint/v1/accounts/fiat/movements/{user_id}/{movement_id}

Last updated