\EosAPI
All URIs are relative to https://beta.usemoon.ai
CreateEosAccount
Post /eos
GetEosAccount
Get /eos/{accountName}
ListEosAccounts
Get /eos
SignEosTransaction
Post /eos/{accountName}/sign-tx
CreateEosAccount
AccountAPIResponse CreateEosAccount(ctx).Authorization(authorization).EosInput(eosInput).Execute()
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiCreateEosAccountRequest struct via the builder pattern
authorization
string
eosInput
EosInput
Return type
AccountAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetEosAccount
AccountAPIResponse GetEosAccount(ctx, accountName).Authorization(authorization).Execute()
Example
Path Parameters
ctx
context.Context
context for authentication, logging, cancellation, deadlines, tracing, etc.
accountName
string
Other Parameters
Other parameters are passed through a pointer to a apiGetEosAccountRequest struct via the builder pattern
authorization
string
Return type
AccountAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ListEosAccounts
AccountAPIResponse ListEosAccounts(ctx).Authorization(authorization).Execute()
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiListEosAccountsRequest struct via the builder pattern
authorization
string
Return type
AccountAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
SignEosTransaction
EosAPIResponse SignEosTransaction(ctx, accountName).Authorization(authorization).EosTransactionInput(eosTransactionInput).Execute()
Example
Path Parameters
ctx
context.Context
context for authentication, logging, cancellation, deadlines, tracing, etc.
accountName
string
Other Parameters
Other parameters are passed through a pointer to a apiSignEosTransactionRequest struct via the builder pattern
authorization
string
eosTransactionInput | EosTransactionInput | |
Return type
EosAPIResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]