Skip navigation links
A B C D E F G H I K M N O P R S T V W 

A

AccountRegistrationResult - Class in com.metaco.api.contracts
 
AccountRegistrationResult() - Constructor for class com.metaco.api.contracts.AccountRegistrationResult
 
AccountStatus - Class in com.metaco.api.contracts
 
AccountStatus() - Constructor for class com.metaco.api.contracts.AccountStatus
 
Asset - Class in com.metaco.api.contracts
 
Asset() - Constructor for class com.metaco.api.contracts.Asset
 
AssetHistory - Class in com.metaco.api.contracts
 
AssetHistory() - Constructor for class com.metaco.api.contracts.AssetHistory
 
AssetsHistoryResult - Class in com.metaco.api.contracts
 
AssetsHistoryResult() - Constructor for class com.metaco.api.contracts.AssetsHistoryResult
 

B

Balance - Class in com.metaco.api.contracts
 
Balance() - Constructor for class com.metaco.api.contracts.Balance
 
Base58Check - Class in com.metaco.api.encoders
 
Base58Check() - Constructor for class com.metaco.api.encoders.Base58Check
 
BitcoinAddressUtils - Class in com.metaco.api.utils
 
BitcoinAddressUtils() - Constructor for class com.metaco.api.utils.BitcoinAddressUtils
 
BroadcastError - Class in com.metaco.api.contracts
 
BroadcastError() - Constructor for class com.metaco.api.contracts.BroadcastError
 
broadcastTransaction(RawTransaction) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Submit a signed transaction You have to sign each of your inputs of the selected transaction (you will get those details when creating the transaction through Metaco) Then encode the transaction in hexadecimal and send it here
broadcastTransaction(RawTransaction) - Method in class com.metaco.api.MetacoClientImpl
 

C

cancelOrder(String) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Cancel the specified order
cancelOrder(String) - Method in class com.metaco.api.MetacoClientImpl
 
com.metaco.api - package com.metaco.api
 
com.metaco.api.contracts - package com.metaco.api.contracts
 
com.metaco.api.encoders - package com.metaco.api.encoders
 
com.metaco.api.exceptions - package com.metaco.api.exceptions
 
com.metaco.api.http - package com.metaco.api.http
 
com.metaco.api.utils - package com.metaco.api.utils
 
confirmPhoneNumber(ValidateAccountRequest) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Validate the authenticated account, throws an exception if there is an error
confirmPhoneNumber(ValidateAccountRequest) - Method in class com.metaco.api.MetacoClientImpl
 
createOrder(NewOrder) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Create an order using the provided parameters This order will be processed in our system It will require your signature later when the trade state will be Signing
createOrder(NewOrder) - Method in class com.metaco.api.MetacoClientImpl
 
createTransaction(NewTransaction) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Create a Transaction using the provided parameters
createTransaction(NewTransaction) - Method in class com.metaco.api.MetacoClientImpl
 

D

decode(String) - Static method in class com.metaco.api.encoders.Base58Check
 
decodePlain(String) - Static method in class com.metaco.api.encoders.Base58Check
 
Definition - Class in com.metaco.api.contracts
 
Definition() - Constructor for class com.metaco.api.contracts.Definition
 
DeserializationUtils - Class in com.metaco.api.utils
 
doDelete(String) - Method in interface com.metaco.api.http.HttpClient
 
doDelete(String) - Method in class com.metaco.api.http.HttpClientImpl
 
doGet(String) - Method in interface com.metaco.api.http.HttpClient
 
doGet(String) - Method in class com.metaco.api.http.HttpClientImpl
 
doPost(String, Object) - Method in interface com.metaco.api.http.HttpClient
 
doPost(String, Object) - Method in class com.metaco.api.http.HttpClientImpl
 

E

encode(byte[]) - Static method in class com.metaco.api.encoders.Base58Check
 
encodePlain(byte[]) - Static method in class com.metaco.api.encoders.Base58Check
 
ErrorHandler - Class in com.metaco.api.exceptions
 

F

from - Variable in class com.metaco.api.contracts.HistoryCriteria
 
fromString(String) - Static method in enum com.metaco.api.exceptions.MetacoErrorsDefinitions.ErrorType
 

G

getAccountStatus() - Method in interface com.metaco.api.MetacoClient
Requires Authentication Return the details of an account (API Id, KYC Status and remaining trading amount)
getAccountStatus() - Method in class com.metaco.api.MetacoClientImpl
 
getAddress() - Method in class com.metaco.api.contracts.Issuer
 
getAddresses() - Method in class com.metaco.api.contracts.WalletDetails
 
getAmount() - Method in class com.metaco.api.contracts.Balance
 
getAmountAsset() - Method in class com.metaco.api.contracts.NewOrder
 
getAmountAsset() - Method in class com.metaco.api.contracts.NewTransaction
 
getAmountAsset() - Method in class com.metaco.api.contracts.Order
 
getAmountAsset() - Method in class com.metaco.api.contracts.Transaction
 
getAmountSatoshi() - Method in class com.metaco.api.contracts.NewOrder
 
getAmountSatoshi() - Method in class com.metaco.api.contracts.NewTransaction
 
getAmountSatoshi() - Method in class com.metaco.api.contracts.Order
 
getAmountSatoshi() - Method in class com.metaco.api.contracts.Transaction
 
getApiId() - Method in class com.metaco.api.contracts.AccountRegistrationResult
 
getApiId() - Method in class com.metaco.api.contracts.AccountStatus
 
getApiKey() - Method in class com.metaco.api.contracts.AccountRegistrationResult
 
getAsk() - Method in class com.metaco.api.contracts.Market
 
getAsset(String) - Method in interface com.metaco.api.MetacoClient
Returns the selected Asset if it exists and its details
getAsset(String) - Method in class com.metaco.api.MetacoClientImpl
 
getAssetId() - Method in class com.metaco.api.contracts.Definition
 
getAssets() - Method in class com.metaco.api.contracts.AssetsHistoryResult
 
getAssets() - Method in interface com.metaco.api.MetacoClient
Returns all the available Assets and their details
getAssets() - Method in class com.metaco.api.MetacoClientImpl
 
getAssetsHistory(HistoryCriteria) - Method in interface com.metaco.api.MetacoClient
Returns the history for all the available assets according to the given criteria
getAssetsHistory(HistoryCriteria, List<String>) - Method in interface com.metaco.api.MetacoClient
Returns the history for the provided assets according to the given criteria Assets must be given using this format : USD,XAU,etc..
getAssetsHistory(HistoryCriteria) - Method in class com.metaco.api.MetacoClientImpl
 
getAssetsHistory(HistoryCriteria, List<String>) - Method in class com.metaco.api.MetacoClientImpl
 
getBalanceBitcoin() - Method in class com.metaco.api.contracts.WalletDetails
 
getBalances() - Method in class com.metaco.api.contracts.WalletDetails
 
getBid() - Method in class com.metaco.api.contracts.Market
 
getCancelReason() - Method in class com.metaco.api.contracts.Order
 
getChange() - Method in class com.metaco.api.contracts.NewOrder
 
getChange() - Method in class com.metaco.api.contracts.NewTransaction
 
getCode() - Method in class com.metaco.api.contracts.BroadcastError
 
getCode() - Method in class com.metaco.api.contracts.ValidateAccountRequest
 
getConfirmations() - Method in class com.metaco.api.contracts.Transaction
 
getContact() - Method in class com.metaco.api.contracts.Issuer
 
getContent() - Method in exception com.metaco.api.exceptions.MetacoClientException
 
getContract() - Method in class com.metaco.api.contracts.Definition
 
getCreated() - Method in class com.metaco.api.contracts.Order
 
getCreated() - Method in class com.metaco.api.contracts.Transaction
 
getCurrent() - Method in class com.metaco.api.contracts.MaxYearlyChfOrder
 
getDefinition() - Method in class com.metaco.api.contracts.Asset
 
getDisplay() - Method in class com.metaco.api.contracts.Definition
 
getDivisibility() - Method in class com.metaco.api.contracts.Definition
 
getError() - Method in class com.metaco.api.contracts.TransactionBroadcastResult
 
getErrorType() - Method in exception com.metaco.api.exceptions.MetacoClientException
 
GetErrorType(MetacoErrorResult) - Static method in class com.metaco.api.exceptions.MetacoErrorsDefinitions
 
getExpiration() - Method in class com.metaco.api.contracts.Order
 
getFeePaid() - Method in class com.metaco.api.contracts.Transaction
 
getFeePerKB() - Method in class com.metaco.api.contracts.NewTransaction
 
getFreq() - Method in class com.metaco.api.contracts.HistoryCriteria
 
getFrom() - Method in class com.metaco.api.contracts.HistoryCriteria
 
getFrom() - Method in class com.metaco.api.contracts.NewTransaction
 
getFunding() - Method in class com.metaco.api.contracts.NewOrder
 
getId() - Method in class com.metaco.api.contracts.Order
 
getIndex() - Method in class com.metaco.api.contracts.InputsToSign
 
getInputsToSign() - Method in class com.metaco.api.contracts.TransactionToSign
 
getIssued() - Method in class com.metaco.api.contracts.Market
 
getIssuer() - Method in class com.metaco.api.contracts.Definition
 
getKeywords() - Method in class com.metaco.api.contracts.Definition
 
getKyc() - Method in class com.metaco.api.contracts.Definition
 
getKyc1() - Method in class com.metaco.api.contracts.AccountStatus
 
getKyc2() - Method in class com.metaco.api.contracts.AccountStatus
 
getLatestDebugData() - Method in interface com.metaco.api.MetacoClient
For testing purposes only On some requests, when you use the TestingMode of the client, you will get a DebugData, which will simplify the testing of the API and the client As an example, a debugData could be the fake validationCode when your register an account.
getLatestDebugData() - Method in class com.metaco.api.MetacoClientImpl
 
getLocation() - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
getMarket() - Method in class com.metaco.api.contracts.Asset
 
getMax() - Method in class com.metaco.api.contracts.MaxYearlyChfOrder
 
getMaxOrderChfValue() - Method in class com.metaco.api.contracts.AccountStatus
 
getMaxYearlyChfOrder() - Method in class com.metaco.api.contracts.AccountStatus
 
getMessage() - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
getMetaco_error() - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
getMetacoError() - Method in exception com.metaco.api.exceptions.MetacoClientException
 
getName() - Method in class com.metaco.api.contracts.Issuer
 
getNumber() - Method in class com.metaco.api.contracts.PageDetails
 
getOrder() - Method in class com.metaco.api.contracts.Transaction
 
getOrder(String) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Returns the specified user's order
getOrder(String) - Method in class com.metaco.api.MetacoClientImpl
 
getOrderAsc() - Method in class com.metaco.api.contracts.HistoryCriteria
 
getOrders() - Method in class com.metaco.api.contracts.OrderResultPage
 
getOrders() - Method in interface com.metaco.api.MetacoClient
Requires Authentication Returns the user's orders, you will get the 500 first results
getOrders(PageCriteria) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Returns the user's orders, according to the pageCriteria settings (the page size is limited to 500)
getOrders() - Method in class com.metaco.api.MetacoClientImpl
 
getOrders(PageCriteria) - Method in class com.metaco.api.MetacoClientImpl
 
getPageDetails() - Method in class com.metaco.api.contracts.OrderResultPage
 
getPageDetails() - Method in class com.metaco.api.contracts.WalletDetails
 
getPageNumber() - Method in class com.metaco.api.contracts.PageCriteria
 
getPageSize() - Method in class com.metaco.api.contracts.PageCriteria
 
getParameter_name() - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
getParameterName() - Method in enum com.metaco.api.exceptions.MetacoErrorsDefinitions.ErrorType
 
getPhone() - Method in class com.metaco.api.contracts.RegisterAccountRequest
 
getProviderId() - Method in class com.metaco.api.contracts.RegisterAccountRequest
 
getQuotes() - Method in class com.metaco.api.contracts.AssetHistory
 
getRaw() - Method in class com.metaco.api.contracts.RawTransaction
 
getRaw() - Method in class com.metaco.api.contracts.TransactionToSign
 
getReason() - Method in class com.metaco.api.contracts.BroadcastError
 
getRecipient() - Method in class com.metaco.api.contracts.NewOrder
 
getRemaining() - Method in class com.metaco.api.contracts.MaxYearlyChfOrder
 
getRequired() - Method in class com.metaco.api.contracts.Kyc
 
getSigningAddress() - Method in class com.metaco.api.contracts.InputsToSign
 
getSize() - Method in class com.metaco.api.contracts.PageDetails
 
getStatus() - Method in class com.metaco.api.contracts.Order
 
getStatus() - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
getStatusCode() - Method in exception com.metaco.api.exceptions.MetacoClientException
 
getTicker() - Method in class com.metaco.api.contracts.Balance
 
getTicker() - Method in class com.metaco.api.contracts.Definition
 
getTicker() - Method in class com.metaco.api.contracts.NewOrder
 
getTicker() - Method in class com.metaco.api.contracts.NewTransaction
 
getTicker() - Method in class com.metaco.api.contracts.Order
 
getTicker() - Method in class com.metaco.api.contracts.Transaction
 
getTimes() - Method in class com.metaco.api.contracts.AssetHistory
 
getTimestamp() - Method in class com.metaco.api.contracts.AssetsHistoryResult
 
getTimestamp() - Method in class com.metaco.api.contracts.WalletDetails
 
getTo() - Method in class com.metaco.api.contracts.HistoryCriteria
 
getTo() - Method in class com.metaco.api.contracts.NewTransaction
 
getTransaction() - Method in class com.metaco.api.contracts.Order
 
getTransactions() - Method in class com.metaco.api.contracts.WalletDetails
 
getTx_hash() - Method in class com.metaco.api.contracts.Transaction
 
getType() - Method in class com.metaco.api.contracts.NewOrder
 
getType() - Method in class com.metaco.api.contracts.Order
 
getType() - Method in class com.metaco.api.contracts.Transaction
 
getUnderlying() - Method in class com.metaco.api.contracts.Asset
 
getUnderlying() - Method in class com.metaco.api.contracts.AssetHistory
 
getUnit() - Method in class com.metaco.api.contracts.Definition
 
getUserHasSigned() - Method in class com.metaco.api.contracts.Order
 
getValue() - Method in class com.metaco.api.contracts.Balance
 
getValue() - Method in class com.metaco.api.contracts.WalletDetails
 
getVolatilityDaily() - Method in class com.metaco.api.contracts.Market
 
getVolumeDaily() - Method in class com.metaco.api.contracts.Market
 
getVolumes() - Method in class com.metaco.api.contracts.AssetHistory
 
getWalletDetails(String) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Returns the current wallet state The transaction history is paginated, you will get the 500 first results Contains the current balances, the values and the transaction history
getWalletDetails(String, PageCriteria) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Returns the current wallet state The transaction history is paginated, you can choose your page using the pageCriteria parameter (the page size is limited to 500) Contains the current balances, the values and the transaction history
getWalletDetails(String) - Method in class com.metaco.api.MetacoClientImpl
 
getWalletDetails(String, PageCriteria) - Method in class com.metaco.api.MetacoClientImpl
 
getWebhook() - Method in class com.metaco.api.contracts.NewOrder
 
getYieldDaily() - Method in class com.metaco.api.contracts.Market
 
getYieldYTD() - Method in class com.metaco.api.contracts.Market
 

H

HandleInvalidResponse(ClientResponse) - Static method in class com.metaco.api.exceptions.ErrorHandler
 
hash256(byte[]) - Static method in class com.metaco.api.encoders.Base58Check
 
HistoryCriteria - Class in com.metaco.api.contracts
 
HistoryCriteria(Integer, Integer, String, Boolean) - Constructor for class com.metaco.api.contracts.HistoryCriteria
 
HttpClient - Interface in com.metaco.api.http
 
HttpClientImpl - Class in com.metaco.api.http
 
HttpClientImpl(String, String, String, Boolean) - Constructor for class com.metaco.api.http.HttpClientImpl
 
HttpUtils - Class in com.metaco.api.utils
 

I

InputsToSign - Class in com.metaco.api.contracts
 
InputsToSign() - Constructor for class com.metaco.api.contracts.InputsToSign
 
isColoredAddress(String) - Static method in class com.metaco.api.utils.BitcoinAddressUtils
Determines if the address is of the open asset type
isRegularAddress(String) - Static method in class com.metaco.api.utils.BitcoinAddressUtils
Determines if the address is of the regular type
isSuccess() - Method in class com.metaco.api.contracts.TransactionBroadcastResult
 
IsSuccessStatusCode(int) - Static method in class com.metaco.api.utils.HttpUtils
 
Issuer - Class in com.metaco.api.contracts
 
Issuer() - Constructor for class com.metaco.api.contracts.Issuer
 

K

Kyc - Class in com.metaco.api.contracts
 
Kyc() - Constructor for class com.metaco.api.contracts.Kyc
 

M

makeClient() - Method in class com.metaco.api.MetacoClientBuilder
 
Market - Class in com.metaco.api.contracts
 
Market() - Constructor for class com.metaco.api.contracts.Market
 
maxYearlyChfOrder - Variable in class com.metaco.api.contracts.AccountStatus
 
MaxYearlyChfOrder - Class in com.metaco.api.contracts
 
MaxYearlyChfOrder() - Constructor for class com.metaco.api.contracts.MaxYearlyChfOrder
 
metacoApiId - Variable in class com.metaco.api.MetacoClientBuilder
 
metacoApiId - Variable in class com.metaco.api.MetacoClientImpl
 
metacoApiKey - Variable in class com.metaco.api.MetacoClientBuilder
 
metacoApiKey - Variable in class com.metaco.api.MetacoClientImpl
 
metacoApiUrl - Variable in class com.metaco.api.MetacoClientBuilder
 
metacoApiUrl - Variable in class com.metaco.api.MetacoClientImpl
 
MetacoClient - Interface in com.metaco.api
 
MetacoClientBuilder - Class in com.metaco.api
 
MetacoClientBuilder() - Constructor for class com.metaco.api.MetacoClientBuilder
 
MetacoClientException - Exception in com.metaco.api.exceptions
 
MetacoClientException(MetacoErrorResult, MetacoErrorsDefinitions.ErrorType, String, int) - Constructor for exception com.metaco.api.exceptions.MetacoClientException
 
MetacoClientImpl - Class in com.metaco.api
 
MetacoClientImpl(MetacoClientBuilder) - Constructor for class com.metaco.api.MetacoClientImpl
 
MetacoErrorResult - Class in com.metaco.api.exceptions
 
MetacoErrorResult() - Constructor for class com.metaco.api.exceptions.MetacoErrorResult
 
MetacoErrorsDefinitions - Class in com.metaco.api.exceptions
 
MetacoErrorsDefinitions.ErrorType - Enum in com.metaco.api.exceptions
 
metacoTestingMode - Variable in class com.metaco.api.MetacoClientBuilder
 
metacoTestingMode - Variable in class com.metaco.api.MetacoClientImpl
 

N

NewOrder - Class in com.metaco.api.contracts
 
NewOrder() - Constructor for class com.metaco.api.contracts.NewOrder
 
NewTransaction - Class in com.metaco.api.contracts
 
NewTransaction() - Constructor for class com.metaco.api.contracts.NewTransaction
 

O

Order - Class in com.metaco.api.contracts
 
Order() - Constructor for class com.metaco.api.contracts.Order
 
OrderResultPage - Class in com.metaco.api.contracts
 
OrderResultPage() - Constructor for class com.metaco.api.contracts.OrderResultPage
 

P

PageCriteria - Class in com.metaco.api.contracts
 
PageCriteria() - Constructor for class com.metaco.api.contracts.PageCriteria
 
PageDetails - Class in com.metaco.api.contracts
 
PageDetails() - Constructor for class com.metaco.api.contracts.PageDetails
 
parameterName - Variable in enum com.metaco.api.exceptions.MetacoErrorsDefinitions.ErrorType
 

R

RawTransaction - Class in com.metaco.api.contracts
 
RawTransaction() - Constructor for class com.metaco.api.contracts.RawTransaction
 
registerAccount(RegisterAccountRequest) - Method in interface com.metaco.api.MetacoClient
Register an account on Metaco Sends an SMS to the provided phone number If you are a wallet registering accounts for your clients, don't forget to set the provider_id with your Name/ID.
registerAccount(RegisterAccountRequest) - Method in class com.metaco.api.MetacoClientImpl
 
RegisterAccountRequest - Class in com.metaco.api.contracts
 
RegisterAccountRequest() - Constructor for class com.metaco.api.contracts.RegisterAccountRequest
 

S

setAddress(String) - Method in class com.metaco.api.contracts.Issuer
 
setAddresses(List<String>) - Method in class com.metaco.api.contracts.WalletDetails
 
setAmount(Long) - Method in class com.metaco.api.contracts.Balance
 
setAmountAsset(Long) - Method in class com.metaco.api.contracts.NewOrder
 
setAmountAsset(Integer) - Method in class com.metaco.api.contracts.NewTransaction
 
setAmountAsset(Long) - Method in class com.metaco.api.contracts.Order
 
setAmountAsset(Long) - Method in class com.metaco.api.contracts.Transaction
 
setAmountSatoshi(Long) - Method in class com.metaco.api.contracts.NewOrder
 
setAmountSatoshi(Integer) - Method in class com.metaco.api.contracts.NewTransaction
 
setAmountSatoshi(Long) - Method in class com.metaco.api.contracts.Order
 
setAmountSatoshi(Long) - Method in class com.metaco.api.contracts.Transaction
 
setApiId(String) - Method in class com.metaco.api.contracts.AccountRegistrationResult
 
setApiId(String) - Method in class com.metaco.api.contracts.AccountStatus
 
setApiKey(String) - Method in class com.metaco.api.contracts.AccountRegistrationResult
 
setAsk(BigDecimal) - Method in class com.metaco.api.contracts.Market
 
setAssetId(String) - Method in class com.metaco.api.contracts.Definition
 
setAssets(AssetHistory[]) - Method in class com.metaco.api.contracts.AssetsHistoryResult
 
setBalanceBitcoin(Long) - Method in class com.metaco.api.contracts.WalletDetails
 
setBalances(List<Balance>) - Method in class com.metaco.api.contracts.WalletDetails
 
setBid(BigDecimal) - Method in class com.metaco.api.contracts.Market
 
setCancelReason(String) - Method in class com.metaco.api.contracts.Order
 
setChange(String) - Method in class com.metaco.api.contracts.NewOrder
 
setChange(String) - Method in class com.metaco.api.contracts.NewTransaction
 
setCode(String) - Method in class com.metaco.api.contracts.BroadcastError
 
setCode(String) - Method in class com.metaco.api.contracts.ValidateAccountRequest
 
setConfirmations(Integer) - Method in class com.metaco.api.contracts.Transaction
 
setContact(String) - Method in class com.metaco.api.contracts.Issuer
 
setContract(String) - Method in class com.metaco.api.contracts.Definition
 
setCreated(Integer) - Method in class com.metaco.api.contracts.Order
 
setCreated(Integer) - Method in class com.metaco.api.contracts.Transaction
 
setCurrent(Long) - Method in class com.metaco.api.contracts.MaxYearlyChfOrder
 
setDefinition(Definition) - Method in class com.metaco.api.contracts.Asset
 
setDisplay(String) - Method in class com.metaco.api.contracts.Definition
 
setDivisibility(Integer) - Method in class com.metaco.api.contracts.Definition
 
setError(BroadcastError) - Method in class com.metaco.api.contracts.TransactionBroadcastResult
 
setExpiration(Integer) - Method in class com.metaco.api.contracts.Order
 
setFeePaid(Long) - Method in class com.metaco.api.contracts.Transaction
 
setFeePerKB(BigDecimal) - Method in class com.metaco.api.contracts.NewTransaction
 
setFreq(String) - Method in class com.metaco.api.contracts.HistoryCriteria
 
setFrom(Integer) - Method in class com.metaco.api.contracts.HistoryCriteria
 
setFrom(String) - Method in class com.metaco.api.contracts.NewTransaction
 
setFunding(List<String>) - Method in class com.metaco.api.contracts.NewOrder
 
setId(String) - Method in class com.metaco.api.contracts.Order
 
setIndex(Integer) - Method in class com.metaco.api.contracts.InputsToSign
 
setInputsToSign(List<InputsToSign>) - Method in class com.metaco.api.contracts.TransactionToSign
 
setIssued(Double) - Method in class com.metaco.api.contracts.Market
 
setIssuer(Issuer) - Method in class com.metaco.api.contracts.Definition
 
setKeywords(String) - Method in class com.metaco.api.contracts.Definition
 
setKyc(Kyc) - Method in class com.metaco.api.contracts.Definition
 
setKyc1(Boolean) - Method in class com.metaco.api.contracts.AccountStatus
 
setKyc2(Boolean) - Method in class com.metaco.api.contracts.AccountStatus
 
setLocation(String) - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
setMarket(Market) - Method in class com.metaco.api.contracts.Asset
 
setMax(Long) - Method in class com.metaco.api.contracts.MaxYearlyChfOrder
 
setMaxOrderChfValue(Long) - Method in class com.metaco.api.contracts.AccountStatus
 
setMaxYearlyChfOrder(MaxYearlyChfOrder) - Method in class com.metaco.api.contracts.AccountStatus
 
setMessage(String) - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
setMetaco_error(String) - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
setName(String) - Method in class com.metaco.api.contracts.Issuer
 
setNumber(int) - Method in class com.metaco.api.contracts.PageDetails
 
setOrder(Order) - Method in class com.metaco.api.contracts.Transaction
 
setOrderAsc(Boolean) - Method in class com.metaco.api.contracts.HistoryCriteria
 
setOrders(Order[]) - Method in class com.metaco.api.contracts.OrderResultPage
 
setPageDetails(PageDetails) - Method in class com.metaco.api.contracts.OrderResultPage
 
setPageDetails(PageDetails) - Method in class com.metaco.api.contracts.WalletDetails
 
setPageNumber(int) - Method in class com.metaco.api.contracts.PageCriteria
 
setPageSize(int) - Method in class com.metaco.api.contracts.PageCriteria
 
setParameter_name(String) - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
setPhone(String) - Method in class com.metaco.api.contracts.RegisterAccountRequest
 
setProviderId(String) - Method in class com.metaco.api.contracts.RegisterAccountRequest
 
setQuotes(List<Float>) - Method in class com.metaco.api.contracts.AssetHistory
 
setRaw(String) - Method in class com.metaco.api.contracts.RawTransaction
 
setRaw(String) - Method in class com.metaco.api.contracts.TransactionToSign
 
setReason(String) - Method in class com.metaco.api.contracts.BroadcastError
 
setRecipient(String) - Method in class com.metaco.api.contracts.NewOrder
 
setRemaining(Long) - Method in class com.metaco.api.contracts.MaxYearlyChfOrder
 
setRequired(Boolean) - Method in class com.metaco.api.contracts.Kyc
 
setSigningAddress(String) - Method in class com.metaco.api.contracts.InputsToSign
 
setSize(int) - Method in class com.metaco.api.contracts.PageDetails
 
setStatus(String) - Method in class com.metaco.api.contracts.Order
 
setStatus(int) - Method in class com.metaco.api.exceptions.MetacoErrorResult
 
setSuccess(boolean) - Method in class com.metaco.api.contracts.TransactionBroadcastResult
 
setTicker(String) - Method in class com.metaco.api.contracts.Balance
 
setTicker(String) - Method in class com.metaco.api.contracts.Definition
 
setTicker(String) - Method in class com.metaco.api.contracts.NewOrder
 
setTicker(String) - Method in class com.metaco.api.contracts.NewTransaction
 
setTicker(String) - Method in class com.metaco.api.contracts.Order
 
setTicker(String) - Method in class com.metaco.api.contracts.Transaction
 
setTimes(List<Integer>) - Method in class com.metaco.api.contracts.AssetHistory
 
setTimestamp(Integer) - Method in class com.metaco.api.contracts.AssetsHistoryResult
 
setTimestamp(Integer) - Method in class com.metaco.api.contracts.WalletDetails
 
setTo(Integer) - Method in class com.metaco.api.contracts.HistoryCriteria
 
setTo(String) - Method in class com.metaco.api.contracts.NewTransaction
 
setTransaction(TransactionToSign) - Method in class com.metaco.api.contracts.Order
 
setTransactions(List<Transaction>) - Method in class com.metaco.api.contracts.WalletDetails
 
setTx_hash(String) - Method in class com.metaco.api.contracts.Transaction
 
setType(String) - Method in class com.metaco.api.contracts.NewOrder
 
setType(String) - Method in class com.metaco.api.contracts.Order
 
setType(String) - Method in class com.metaco.api.contracts.Transaction
 
setUnderlying(String) - Method in class com.metaco.api.contracts.Asset
 
setUnderlying(String) - Method in class com.metaco.api.contracts.AssetHistory
 
setUnit(String) - Method in class com.metaco.api.contracts.Definition
 
setUserHasSigned(Boolean) - Method in class com.metaco.api.contracts.Order
 
setValue(Long) - Method in class com.metaco.api.contracts.Balance
 
setValue(Long) - Method in class com.metaco.api.contracts.WalletDetails
 
setVolatilityDaily(BigDecimal) - Method in class com.metaco.api.contracts.Market
 
setVolumeDaily(BigDecimal) - Method in class com.metaco.api.contracts.Market
 
setVolumes(List<Float>) - Method in class com.metaco.api.contracts.AssetHistory
 
setWebhook(String) - Method in class com.metaco.api.contracts.NewOrder
 
setYieldDaily(BigDecimal) - Method in class com.metaco.api.contracts.Market
 
setYieldYTD(BigDecimal) - Method in class com.metaco.api.contracts.Market
 
submitSignedOrder(String, RawTransaction) - Method in interface com.metaco.api.MetacoClient
Requires Authentication Submit a signed order You have to sign each of your inputs of the selected order (you will get those details by fetching the orders) Then encode the transaction in hexadecimal and send it here
submitSignedOrder(String, RawTransaction) - Method in class com.metaco.api.MetacoClientImpl
 

T

toColoredAddress(String) - Static method in class com.metaco.api.utils.BitcoinAddressUtils
Tries to convert a regular address to an open assets address Will throw an exception if there is a conversion problem
ToObject(ClientResponse, Class<T>) - Static method in class com.metaco.api.utils.DeserializationUtils
 
toRegularAddress(String) - Static method in class com.metaco.api.utils.BitcoinAddressUtils
Tries to convert an open assets address to a regular address Will throw an exception if there is a conversion problem
Transaction - Class in com.metaco.api.contracts
 
Transaction() - Constructor for class com.metaco.api.contracts.Transaction
 
TransactionBroadcastResult - Class in com.metaco.api.contracts
 
TransactionBroadcastResult() - Constructor for class com.metaco.api.contracts.TransactionBroadcastResult
 
TransactionToSign - Class in com.metaco.api.contracts
 
TransactionToSign() - Constructor for class com.metaco.api.contracts.TransactionToSign
 

V

ValidateAccountRequest - Class in com.metaco.api.contracts
 
ValidateAccountRequest() - Constructor for class com.metaco.api.contracts.ValidateAccountRequest
 
valueOf(String) - Static method in enum com.metaco.api.exceptions.MetacoErrorsDefinitions.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.metaco.api.exceptions.MetacoErrorsDefinitions.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WalletDetails - Class in com.metaco.api.contracts
 
WalletDetails() - Constructor for class com.metaco.api.contracts.WalletDetails
 
withApiId(String) - Method in class com.metaco.api.MetacoClientBuilder
 
withApiKey(String) - Method in class com.metaco.api.MetacoClientBuilder
 
withApiUrl(String) - Method in class com.metaco.api.MetacoClientBuilder
 
withTestingMode(Boolean) - Method in class com.metaco.api.MetacoClientBuilder
 
A B C D E F G H I K M N O P R S T V W 
Skip navigation links

Copyright © 2016 Metaco. All rights reserved.