cURL
curl --request POST \ --url https://api.rem.money/v1/accept \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chain": "tempo", "currency": "USDC", "amount": "<string>", "reference": "<string>", "counterparty": "<string>" } '
{ "id": "<string>", "walletId": "<string>", "address": "<string>", "amount": "<string>", "reference": "<string>" }
Provision an inbound USDC collection address. Webhook fires on every confirmed deposit.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
tempo
solana
base
USDC
Expected amount, string for precision
Your invoice or order ID
Counterparty ID for KYC/KYT lookup
Accept request created