Note: the following requests are to Circle's Testnet (Sandbox) environment.
This guide covers how to easily test the RESTful 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 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
.Ready to build? Continue the User-Controlled Wallets Quickstart!