Send Crypto
Table of Endpoints
Name | Method | Endpoint | Legacy Scope |
---|---|---|---|
Send Money | POST | /v2/accounts/:account_id/transactions | wallet:transactions:send |
Send Money
Send funds to a network address for any Coinbase supported asset, or email address of the recipient. No transaction fees are required for off-blockchain cryptocurrency transactions.
Phone number sends via the Send Money API is temporarily disabled.
Sends to phone numbers via the Send Money API is under reconstruction and is temporarily disabled until further notice. Sends to blockchain addresses and email addresses remain unchanged.
The Send money API is asynchronous, which means that Coinbase may delay or cancel the send when necessary. Coinbase recommends that you poll the 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.
HTTP Request
Scopes
wallet:transactions:send
Arguments
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 |