AccountsApi
AccountsApi
All URIs are relative to https://moon-vault-api-git-ew-supabase-migration-moonup.vercel.app
broadcastTx
BroadCastRawTransactionAPIResponse broadcastTx(authorization, accountName, broadcastInput)
Example
Parameters
Return type
BroadCastRawTransactionAPIResponse
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
createAccount
AccountAPIResponse createAccount(authorization, createAccountInput)
Example
Parameters
authorization
String
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
deleteAccount
AccountAPIResponse deleteAccount(authorization, accountName)
Example
Parameters
authorization
String
accountName
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
deployContract
TransactionAPIResponse deployContract(authorization, accountName, deployInput)
Example
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
getAccount
AccountAPIResponse getAccount(authorization, accountName)
Example
Parameters
authorization
String
accountName
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
getBalance
BalanceAPIResponse getBalance(accountName, authorization, chainId)
Example
Parameters
accountName
String
authorization
String
chainId
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
getNonce
NonceAPIResponse getNonce(accountName, authorization)
Example
Parameters
accountName
String
authorization
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
listAccounts
AccountAPIResponse listAccounts(authorization)
Example
Parameters
authorization
String
Return type
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
HTTP response details
200
Ok
-
signMessage
SignMessageAPIResponse signMessage(accountName, authorization, signMessage)
Example
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
signTransaction
TransactionAPIResponse signTransaction(accountName, authorization, inputBody)
Example
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
signTypedData
SignMessageAPIResponse signTypedData(accountName, authorization, signTypedData)
Example
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
transferEth
TransactionAPIResponse transferEth(accountName, authorization, inputBody)
Example
Parameters
Return type
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
HTTP response details
200
Ok
-
Last updated