KeyTypeDescriptionRequired
headerobjectThis object is required in every call. The information it includes is used to verify the signature.true
messagestringThis tag specifies the JSON schema object to validate against. For this call, use issue_msg.false
amountfloatAmount of funds to issue the handle.true
account_namestringName of user handle's linked bank account to debit/credit.true
  

Used By Endpoints:

  • issue_sila

Note - We recently renamed the field auth_handle to app_handle. For backward compatibility, auth_handle is still valid but has been removed from our documentation.

  
{
  "header": {
    "created": 1234567890, 
    "app_handle": "app_handle", 
    "user_handle": "user_handle", 
    "version": "0.2", 
    "reference": "<your unique id>"
  }, 
  "message": "issue_msg",
  "amount": 1000,
  "account_name": "default"
}