\LitecoinApi

All URIs are relative to https://beta.usemoon.ai

Method
HTTP request
Description

POST /litecoin

GET /litecoin/{accountName}

GET /litecoin

POST /litecoin/{accountName}/sign-tx

create_litecoin_account

crate::models::AccountApiResponse create_litecoin_account(authorization, litecoin_input)

Parameters

Name
Type
Description
Required
Notes

authorization

String

[required]

litecoin_input

[required]

Return type

crate::models::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]

get_litecoin_account

crate::models::AccountApiResponse get_litecoin_account(authorization, account_name)

Parameters

Name
Type
Description
Required
Notes

authorization

String

[required]

account_name

String

[required]

Return type

crate::models::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]

list_litecoin_accounts

crate::models::AccountApiResponse list_litecoin_accounts(authorization)

Parameters

Name
Type
Description
Required
Notes

authorization

String

[required]

Return type

crate::models::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]

sign_litecoin_transaction

crate::models::LitecoinApiResponse sign_litecoin_transaction(authorization, account_name, litecoin_transaction_input)

Parameters

Name
Type
Description
Required
Notes

authorization

String

[required]

account_name

String

[required]

litecoin_transaction_input

[required]

Return type

crate::models::LitecoinApiResponse

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]

Last updated