We refreshed our doc site!
Bookmarked links may have changed
Read release notesThis guide covers how to easily test the RESTful Programmable Wallets API endpoints using Circle’s reference pages. It shows you how to test the POST /users
endpoint, but you can use your API Key to test all of the Programmable Wallets RESTful API endpoints within the reference pages.
Note: the following requests are to Circle’s Testnet (Sandbox) environment.
POST /users
reference page, enter ${YOUR_API_KEY}
in the Authentication Header, replacing${YOUR_API_KEY}
with your actual API key, which you created in Step 1. POST /users
, you must enter a userId
. Enter a unique UUID (or use the sample UUID provided) for the userId
. WHAT'S NEXT Ready to build? Continue the User-Controlled Wallets Quickstart!