Skip to main content

Transactions

sendTransaction

Handler URL: {{HASURA_GRAPHQL_ACTION_BASE_URL}}/api/send-transaction

Action Type: mutation

Permissions: user

Input Parameters

transaction (TransactionInput!)

{
"transaction": {
"arteId": "string",
"assetId": "string",
"chainId": 0,
"receiver": "string",
"sender": "string",
"type": "string",
"value": "string"
}
}

Response

Type: JSON


updateTransactionHash

Handler URL: {{HASURA_GRAPHQL_ACTION_BASE_URL}}/api/update-transaction-hash

Action Type: mutation

Permissions: user

Input Parameters

transaction (TransactionHashInput!)

{
"transaction": {
"hash": "string",
"id": "value"
}
}

Response

Type: Boolean


sendFaucetTokens

Handler URL: {{HASURA_GRAPHQL_ACTION_BASE_URL}}/api/send-faucet-tokens

Action Type: query

Permissions: user

Input Parameters

transaction (SendFaucetTokensInput!)

{
"transaction": {
"amount": "string",
"chainId": 0,
"tokenAddress": "string",
"userAddress": "string"
}
}

Response

Type: SendFaucetTokensOutput

{
"res": "value",
"success": false
}

Follow us:

Copyright © 2025 Defactor. All Rights Reserved