Bitcoin Forum
July 07, 2024, 10:34:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Announcements / Re: LiveCoin.net >>Guide, exchange practical advice on: January 27, 2018, 04:58:01 PM
We are using your api and have a question regarding the lookup of a withdrawal. I'm wondering if there's a way to check the status. For example, when sending a withdrawal I receive this back:
Code:
(
[fault] =>
[userId] => <hidden>
[userName] => <hidden>
[id] => 408761759
[state] => APPROVED
[createDate] => 1517068370301
[lastModifyDate] => 1517068371063
[comment] =>
[description] => Transfer from Livecoin
[amount] => 0.1
[currency] => LTC
[wallet] => LaYPankvqrandomcharactersNzcGL
)

But there doesn't seem to be a way to lookup the status of the withdrawal using the id field provided. It will eventually show up in the transactions list but the id fields don't match.

for example, the tranaction record
Code:
(
[id] => LaYPankvqrandomcharactersNzcGL
[type] => WITHDRAWAL
[date] => 1517069821673
[amount] => 0.1
[fee] => 0.02
[fixedCurrency] => LTC
[taxCurrency] => LTC
[variableAmount] =>
[variableCurrency] =>
[external] => Coin
[login] =>
[externalKey] => 3a6a0eb2127randomcharacters0fa7b3cdc564ba9ccbf84b5f2a0e479eab8c
)

Is there an undocumented api call to lookup the withdrawal status?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!