API ReferenceWooCommerceSDKssoonWebhookssoon

Wallet

Create BTC deposit address

POST/api/merchants/deposit/btc

Generate a fresh on-chain Bitcoin address tied to your merchant wallet. Any sats sent to it credit your balance after confirmations.

  • BTC deposits are any-amount; no amount is requested.

Authentication

Accepts either an API key (X-API-Key) or a dashboard JWT (Authorization: Bearer …).

POST/api/merchants/deposit/btc
curl --request POST "https://api.trevi.cash/api/merchants/deposit/btc" \
  --header "X-API-Key: $BTPAY_API_KEY"