stellar-api icon indicating copy to clipboard operation
stellar-api copied to clipboard

Results 21 stellar-api issues
Sort by recently updated
recently updated
newest added

I confused from 2 month ago, i connot place offer low than 1 , like 0.2 0.3 and but if i place 1.2 that works and this bug just on...

Works - ->addOperation(new ManageOfferOp($asset1, $asset2, 0.0000001, new Price(10100000,10000000))) Fails - ->addOperation(new ManageOfferOp($asset1, $asset2, 0.0000001, new Price(9900000,10000000))) Difference being, 1.01 exchange rate vs 0.99. 0.99 fails with no error message. I'm...

Hi all, as it looks zulucrypto disapeared we plan to update the PHP SDK regarding the latest Stellar protocol. As we want to apply for the Stellar SCF-Fund we are...

Good night, I'm getting the error below, and I couldn't identify what it would be, could you help me. /var/www/clients/client310/web10/web/vendor/zulucrypto/stellar-api/src/AddressableKey.php|120 Invalid checksum

How can I get the current quote or current value of an asset?

Hi I tested the code and worked very well. I would like to know if is possibile create one payment using um asset instead XLM (in my case called TREEP)...

I want to remove a trustline, usually you need to set the limit to 0. In Operation\PaymentOp::newCustomPayment I don't see a possibility to set the limit. How can I do...

Hi, I am running a stellar testnet node. Can you please advise how to make Rpc calls to localhost instead of using horizon public node ip? Thanks!

i have problem, when i place order small than 1 like 0.2 and more. Transaction Failed on debug. But if i set it to 1 or more that works, what...

How do increase transaction fee?