Relay
POST/api/v1/smart-wallets/relay
Relay
Request
Query Parameters
apiKey string
(Required) Your Public API key
Example: {{publicKey}}
- application/json
 
Body
gasPrice number
gasLimit string
transactionBody object
walletAddress string
walletModuleAddress string
data string
nonce string
methodName string
signature string
walletModule string
Responses
- 201
 - 401
 - 403
 
Created
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
object
{}
{
  "connectionUrl": "ws://localhost:5007",
  "transactionId": "0xc314fe5bcf9cf5dcb600da9673b779972e63622af73f62629700dfb04c1cb853"
}
Unauthorized
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
object
{}
{
  "statusCode": 401,
  "errorMessage": {
    "statusCode": 401,
    "message": "Unauthorized"
  },
  "path": "/api/v1/smart-wallets/relay?apiKey={{publicKey}}"
}
Forbidden
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
object
{}
{
  "statusCode": 403,
  "errorMessage": {
    "statusCode": 403,
    "message": "Forbidden resource",
    "error": "Forbidden"
  },
  "path": "/api/v1/smart-wallets/relay?apiKey={{publicKey}}"
}
Loading...