githubEdit

Litecoin

get

Lists the accounts associated with the provided authorization token.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
  • The authorization token from the request header.
Responses
chevron-right
200

A promise that resolves to an AccountAPIResponse object containing the account data.

application/json
get
/litecoin
200

A promise that resolves to an AccountAPIResponse object containing the account data.

post

Creates a new Litecoin account.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
  • The authorization token from the request header.
Body
  • The input data required to create a Litecoin account.
networkstringOptional

The network on which the transaction is taking place.

private_keystringOptional

The private key of the account.

Responses
chevron-right
200

A promise that resolves to an AccountAPIResponse object containing the account creation result.

application/json
post
/litecoin
200

A promise that resolves to an AccountAPIResponse object containing the account creation result.

get

Retrieves account information for a specified account name.

Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
  • The name of the account to retrieve information for.
Header parameters
AuthorizationstringRequired
  • The authorization token provided in the request header.
Responses
chevron-right
200

A promise that resolves to an AccountAPIResponse object containing the account data, success status, and a message.

application/json
get
/litecoin/{accountName}
200

A promise that resolves to an AccountAPIResponse object containing the account data, success status, and a message.