API Request
api/v1
To construct a REST API request, combine the following components:
Component | Description |
HTTP Method |
|
URL to API |
|
URI to resource | The resource to query, submit data to, update, or delete information. For example, |
HTTP request header | Required for operations with request body.
Generally, |
JSON request body | Required for most operations. |
This sample request creates a wallet:
Last updated