Clicky

  • Welcome to P2P Lending / NFT Lending Forum.
 

ETH.LOAN

News:

This was the original Lend Academy peer-to-peer lending forum, since forensically restored by deBanked and now reintroduced to eth.loan.

To restore access to your user account, email [email protected]. We apologize for errors you may experience during the recovery.

Main Menu
NEW LOANS:   | aipom.eth 0.299 Ξ | granbull.eth 0.299 Ξ | primeape.eth 1.500 Ξ | ALL

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - liquidp2p_dev

#1
Foliofn - LC / orderid in secondary market listing api
December 31, 1969, 06:00:00 PM
You can buy using this endpoint:

api/investor/v1/secondarymarket/accounts/{accountId}/orders

The only required parameters are noteId, price, orderType, and expirationDate.

I'm attaching the full documentation in case you don't have access.
#2
Investors - LC / Additional Statistics Payment File Down
December 31, 1969, 06:00:00 PM
It's down for everyone. Someone actually posted about it on the forums earlier but that post seems to have disappeared.

I have a couple of thoughts:

1. I have noticed encoding issues with these CSV files in the past. Given the size of the files and the fact that a misplaced character or two can really mess up a CSV, a technical issue isn't out of the question.
2. I have also noticed data quality/integrity issues when working with these files so this seems like a very plausible theory as well.

Whatever the issue is, I can't imagine that fixing it would take very long if they were making it a priority.
#3
Foliofn - LC / listing API error?
December 31, 1969, 06:00:00 PM
I remember encountering this issue when setting up 2M listing retrieval. Fred93 is correct that changing the Accept header is the key.
#4
Investors - LC / Get Note details!!!
December 31, 1969, 06:00:00 PM
No, unfortunately you cannot use primary market loan filters on the secondary market.

As far as I know, there's no API endpoint to get note details from the original listing.The alternative is to get and store bulk data for the original loan listings and use that for comparison.
#5
Hi mark78,

I'm the developer for Liquid P2P and wanted to provide some more in depth responses to your questions.

I haven't observed the listing issues that you mention using the Folio API. How are you "browsing" for the notes once you list them?

If, for example, you are using the "https://api.lendingclub.com/api/investor/v1/secondarymarket/accounts/{accountId}/orders" class="bbc_link" target="_blank">https://api.lendingclub.com/api/investor/v1/secondarymarket/accounts/{accountId}/orders" endpoint, there are well documented issues with it not returning notes with a status of "IN_LISTING". This doesn't necessarily mean that the notes themselves aren't listed and are not browsable by buyers.

Even if such broad issues do exist for browsing notes posted via the Folio API, our automated system is not affected by such issues.

By design, our system bypasses the "browsing" process altogether.  Because our system is matching buyers and sellers internal to our platform, we list notes and buy them using the listing information before the notes even become browsable on the Folio marketplace.

Over the course of extensive testing and user-generated liquidations, we have had no difficulties trading notes via the Folio API beyond the slight annoyance of transactions occasionally being canceled for payment processing.

I hope this helps. I am happy to address any further questions you may have.   
#6
Hi dx2018,

In order to use the secondary market API you need to request secondary market API access in addition to regular secondary market access.

The company that I work for, Liquid P2P, has quick instructions on how to sign up for secondary market API access here:

https://www.liquidp2p.com/getting-started#faq9" class="bbc_link" target="_blank">https://www.liquidp2p.com/getting-started#faq9

Hope this helps.