Name | Method | Endpoint | Legacy Scope |
---|---|---|---|
Send Money | POST | /v2/accounts/:account_id/transactions | wallet:transactions:send |
status
field for the completed
state with the Show a Transaction API. You can also see if a transaction is pending
in the Send Money API response.
When used with OAuth2 authentication, this endpoint requires two factor authentication.
wallet:transactions:send
Parameter | Type | Required | Description |
---|---|---|---|
type , constant send | string | Required | Type send is required when sending money |
to | string | Required | A blockchain address, or email of the recipient |
amount | string | Required | Amount to be sent |
currency | string | Required | Currency of the amount |
description | string | Optional | Notes to be included in the email to the recipient |
skip_notifications | boolean | Optional | Don’t send notification emails for small amounts (e.g., tips) |
idem | string | Optional | [Recommended] A UUIDv4 token to ensure idempotence. |
destination_tag | string | Optional | For select currencies, destination_tag or memo indicates the beneficiary or destination |
network | string | Optional | Network to be sent on for a blockchain address send. Defaults to the currency’s default network. |
travel_rule_data | object | Optional | Visit the Guide for more details |