Endpoints and Methods
Retail Customer Onboarding
POST
Submit a new customer for onboarding. Returns customerId, initial statuses, and required documents list.
POST
Submit identity documentation for a customer awaiting onboarding.
Business Customer Onboarding
>>coming soon<<
Add Customer Crypto Addresses
DELETE
Remove a specific crypto address
Funding Requests
GET
List all funding requests. Supports cursor-based pagination and filtering by status, currency, network, and date range.
GET
Retrieve a single funding request by ID. Returns the complete record including deposit address, status, conversion rate, and any associated deposit IDs.
POST
Create a new funding request. Returns deposit instructions (wallet address, network, currency), conversion rate, status, and lifecycle timestamps.
DELETE
Retire an active funding request. Marks the record as REMOVED so the deposit address is no longer accepted. Resolve any in-flight deposits before calling this endpoint.
Full request and response schemas, including optional parameters, are available in the Funding Requests section of the Aquanow CAMS API Reference on GitBook.
Payouts
GET
List all payouts. Supports cursor-based pagination and filtering by payout ID, beneficiary ID, source currency, beneficiary currency, status, and request date.
GET
Retrieve a single payout by ID. Returns complete payout details including beneficiary information, payout amounts, fees, conversion rate, status, and lifecycle timestamps.
POST
Create a new payout request. Returns payout details including beneficiary information, payout amount, fees, conversion rate, status, and lifecycle timestamps. Newly created payouts are returned in a PENDING_AUTHORIZATION state.
PATCH
Authorize a previously created payout for processing. Requires sufficient account buying power. Returns the updated payout record with authorization and processing status information.
Merchant Settlements
POST
Register external bank account details. These will be used in withdrawal instructions to send fiat to a customer's banking institution.
GET
Retrieve specific registered bank account details.
DELETE
Remove specific registered bank account details.
GET
Retrieve fiat deposit instructions to send fiat to a customer's account on the Aquanow platform.
The Transactions API provides a comprehensive audit trail of all digital and fiat asset movements through your Aquanow accounts. This permanent ledger captures deposits, withdrawals, transfers, and internal adjustments with cryptographic proof of completion.
Last updated