Skip to main content
Transfers stablecoins to a recipient wallet. Sandbox: This endpoint currently sends payments from Vaayu’s test wallet using testnet funds. The recipient is specified by wallet_address.

Endpoint

POST /send-payment

Headers

x-api-key: sk_test_xxxxxxxxxxxxxxxx

Request Body

{ “wallet_address”: “0x7E9B85417beC02A0Ef03A01c5973526xxxxxxxxx”, “amount”: 100000 } Amount is specified in the smallest unit of the token. For a token with 6 decimals: 1000000 = 1 USDC

Response Body