\DogeCoinAPI
All URIs are relative to https://beta.usemoon.ai
CreateDogeCoinAccount
Post /dogecoin
GetDogeCoinAccount
Get /dogecoin/{accountName}
ListDogeCoinAccounts
Get /dogecoin
SignDogeCoinTransaction
Post /dogecoin/{accountName}/sign-tx
CreateDogeCoinAccount
AccountAPIResponse CreateDogeCoinAccount(ctx).Authorization(authorization).DogeCoinInput(dogeCoinInput).Execute()
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiCreateDogeCoinAccountRequest struct via the builder pattern
authorization
string
dogeCoinInput
DogeCoinInput
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]
GetDogeCoinAccount
AccountAPIResponse GetDogeCoinAccount(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 apiGetDogeCoinAccountRequest 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]
ListDogeCoinAccounts
AccountAPIResponse ListDogeCoinAccounts(ctx).Authorization(authorization).Execute()
Example
Path Parameters
Other Parameters
Other parameters are passed through a pointer to a apiListDogeCoinAccountsRequest 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]
SignDogeCoinTransaction
DogeCoinAPIResponse SignDogeCoinTransaction(ctx, accountName).Authorization(authorization).DogeCoinTransactionInput(dogeCoinTransactionInput).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 apiSignDogeCoinTransactionRequest struct via the builder pattern
authorization
string
dogeCoinTransactionInput | DogeCoinTransactionInput | |
Return type
DogeCoinAPIResponse
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]