\DogeCoinApi
All URIs are relative to https://beta.usemoon.ai
POST /dogecoin
GET /dogecoin/{accountName}
GET /dogecoin
POST /dogecoin/{accountName}/sign-tx
create_doge_coin_account
crate::models::AccountApiResponse create_doge_coin_account(authorization, doge_coin_input)
Parameters
authorization
String
[required]
doge_coin_input
[required]
Return type
crate::models::AccountApiResponse
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_doge_coin_account
crate::models::AccountApiResponse get_doge_coin_account(authorization, account_name)
Parameters
authorization
String
[required]
account_name
String
[required]
Return type
crate::models::AccountApiResponse
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
list_doge_coin_accounts
crate::models::AccountApiResponse list_doge_coin_accounts(authorization)
Parameters
authorization
String
[required]
Return type
crate::models::AccountApiResponse
Authorization
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sign_doge_coin_transaction
crate::models::DogeCoinApiResponse sign_doge_coin_transaction(authorization, account_name, doge_coin_transaction_input)
Parameters
authorization
String
[required]
account_name
String
[required]
doge_coin_transaction_input
[required]
Return type
crate::models::DogeCoinApiResponse
Authorization
HTTP request headers
Content-Type: application/json
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Last updated