We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b203d5 commit ad2e308Copy full SHA for ad2e308
src/app/p2p/p2p/peachbitcoin/api.ts
@@ -1,5 +1,4 @@
1
import axios from 'axios';
2
-import { getOfferDetails } from 'peach-api-ts/src/private/offer/getOfferDetails';
3
const baseURL = 'https://api.peachbitcoin.com/v1'; // Peach API base URL
4
const apiKey = 'your-api-key-here'; // Make sure to replace this with your actual API key
5
0 commit comments