DogeCoinApi
DogeCoinApi
Method
HTTP request
Description
createDogeCoinAccount
Example
// Import classes:
//import org.usemoonai.moonsdk.infrastructure.*
//import org.usemoonai.moonsdk.models.*
val apiInstance = DogeCoinApi()
val authorization : kotlin.String = authorization_example // kotlin.String |
val dogeCoinInput : DogeCoinInput = // DogeCoinInput |
try {
val result : AccountAPIResponse = apiInstance.createDogeCoinAccount(authorization, dogeCoinInput)
println(result)
} catch (e: ClientException) {
println("4xx response calling DogeCoinApi#createDogeCoinAccount")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling DogeCoinApi#createDogeCoinAccount")
e.printStackTrace()
}Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
getDogeCoinAccount
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
listDogeCoinAccounts
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
signDogeCoinTransaction
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated