Coinbase Prime API
cURL
curl --request POST \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/sweeps \ --header 'Content-Type: application/json' \ --data '{ "amount": "1000.00", "currency": "USD" }'
{ "success": true, "request_id": "00000000-0000-0000-0000-000000000000" }
Schedule a sweep for a given entity from FCM wallet to USD Spot wallet. Only one pending sweep is allowed at a time per entity.
Entity ID
A successful response.
The response is of type object.
object
Was this page helpful?