API reference
Available API methods
API endpoint
The signing service is basically a JSON
RPC
server that is by default available at:
The signing server only supports POST
method queries
Request structure
The request sent to the signing server is structured as follows:
Response structure
The response sent by the signing server has the following structure:
Error codes
In case an error occurs, the error_code
field will contain one of the following error codes:
Error code | Error description |
1001 | Invalid |
1002 | Invalid |
1003 | Invalid request parameter |
1004 | Unsupported method |
1005 | Account is locked |
1006 | Invalid transactions |
1007 |
|
1008 |
|
9999 | Unknown error |
Please refer to the following links to find the relevant functions:
Library | Link |
Account information | |
Signing methods | |
Convenience methods |
Last updated