Create Asset
POST/assets
This endpoint is used to create a new asset that can be used in a Disbursement. Note: the organization must hold a balance in a particular asset to use it in a disbursement.
Request
- application/json
Body
required
Asset to be created
code stringrequired
The asset code
issuer stringrequired
The issuer
Responses
- 201
- 400
Asset created successfully
Bad request, invalid request body or the provided code/issuer is invalid.
Loading...