v1

latestOpenAPI 3.0.02026-07-17243469.7 KB
Routes

get/v2/route/prepare

Query parameters

activeRouteIdstring required

Id of Active Route.

userTxIndexstring required

Index of the userTxs in the Active Route. Every active route will have a userTxs array. userTxIndex is the index of the object in the userTxs array.

txHashstring

Transaction hash that relates to the userTxIndex. Each object in the userTxs is a transaction that has to be done by the user to progress in the route. If all the transactions are completed in the route, it will be marked complete.

signaturestring

Signature to be sent in case the next transaction is dependant on the signature.

Headers

API-KEYstring

Response

Get status of an active route

statusboolean required

Status of API.

result'PENDING' | 'COMPLETED' required

Example response

{
  "status": true
}