1 credit per API call
Get information about your credit consumption for the last month (used credits per day).
OK
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
Internal server error. There was an error on the server while processing the request.
[- {
- "day": "10/25/2020",
- "usage": 123
}
]
Get current version of the API.
OK
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error. There was an error on the server while processing the request.
{- "version": "3.0.2",
- "testnet": true,
- "planName": "Free",
- "planCode": "FREE",
- "price": 9,
- "expiration": 4113115784397,
- "creditLimit": 1000000000,
- "usage": 25656634,
- "rolloverDay": 4
}
Freeze the API Key. It's not possible to perform sensitive operations like send ledger transaction, send off-chain transaction, send blockchain transaction, broadcast blockchain transaction, perform Order book trade or create blockage. Only read operations are permitted.
OK
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error. There was an error on the server while processing the request.
{- "errorCode": "subscription.not.active",
- "message": "Subscription not active anymore.",
- "statusCode": 401
}
Unfreeze the API Key. It's possible to perform sensitive operations like send ledger transaction, send off-chain transaction, send blockchain transaction, broadcast blockchain transaction, perform Order book trade or create blockage again.
OK
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Internal server error. There was an error on the server while processing the request.
{- "errorCode": "subscription.not.active",
- "message": "Subscription not active anymore.",
- "statusCode": 401
}