\DogeCoinApi
Last updated
Last updated
All URIs are relative to https://beta.usemoon.ai
POST /dogecoin
GET /dogecoin/{accountName}
GET /dogecoin
POST /dogecoin/{accountName}/sign-tx
crate::models::AccountApiResponse create_doge_coin_account(authorization, doge_coin_input)
authorization
String
[required]
doge_coin_input
[required]
crate::models::AccountApiResponse
,
Content-Type: application/json
Accept: application/json
crate::models::AccountApiResponse get_doge_coin_account(authorization, account_name)
authorization
String
[required]
account_name
String
[required]
crate::models::AccountApiResponse
Content-Type: Not defined
Accept: application/json
crate::models::AccountApiResponse list_doge_coin_accounts(authorization)
authorization
String
[required]
crate::models::AccountApiResponse
Content-Type: Not defined
Accept: application/json
crate::models::DogeCoinApiResponse sign_doge_coin_transaction(authorization, account_name, doge_coin_transaction_input)
authorization
String
[required]
account_name
String
[required]
doge_coin_transaction_input
[required]
crate::models::DogeCoinApiResponse
Content-Type: application/json
Accept: application/json
,
,
,